gitxsm пре 4 месеци
родитељ
комит
9fa18b2daf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      script/module/serverCommerce/Handler.lua

+ 1 - 1
script/module/serverCommerce/Handler.lua

@@ -91,7 +91,7 @@ function CG_SERVEERCOMMERCE_ACT_BATTLEGROUND_RANK_QUERY(human, msg)
     ServerCommerceActBattleGroundNS.BattleGround_RankList_Query(human)
 end
 
-function GC_SERVEERCOMMERCE_ACT_BATTLEGROUND_RANKAWARD_QUERY(human, msg)
+function CG_SERVEERCOMMERCE_ACT_BATTLEGROUND_RANKAWARD_QUERY(human, msg)
     ServerCommerceActBattleGroundNS.BattleGround_RankAward_Query(human)
 end