Browse Source

解决反馈问题

gitwallet 1 năm trước cách đây
mục cha
commit
66df3ff9ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      script/module/lostTemple/lostTempleLogic.lua

+ 1 - 1
script/module/lostTemple/lostTempleLogic.lua

@@ -659,10 +659,10 @@ function update(human)
         return
     end
     
+    local msgRet = Msg.gc.GC_LOST_TEMPLE_UPDATE
     if not makeGridNet(human, msgRet.list) then
         return 
     end
-    local msgRet = Msg.gc.GC_LOST_TEMPLE_UPDATE
     local leftTime = getLeftTime()
     msgRet.leftTime = leftTime
     msgRet.playerX = human.lostTemple.x