浏览代码

同步bug

cyzhao 9 月之前
父节点
当前提交
1bf3ce2453
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/process/TaskProc.php

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

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