瀏覽代碼

同步bug

cyzhao 9 月之前
父節點
當前提交
3a5c3c81a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/process/TaskProc.php

+ 1 - 1
Gameserver/App/process/TaskProc.php

@@ -153,7 +153,7 @@ class TaskProc {
                     'reward_Gem' => StoreProc::$reward_Gem,
                     'gold' => ctx()->baseInfo->gold,
                     'cash' => ctx()->baseInfo->cash,
-                    'reward_hero'=> StoreProc::$reward_hero,
+                    'heros'=> ctx()->heros,
         ));
     }