cyzhao hace 9 meses
padre
commit
1bf3ce2453
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
         ));
     }