gitxsm 4 месяцев назад
Родитель
Сommit
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