cyzhao 9 bulan lalu
induk
melakukan
1bf3ce2453
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,
                     'reward_Gem' => StoreProc::$reward_Gem,
                     'gold' => ctx()->baseInfo->gold,
                     'gold' => ctx()->baseInfo->gold,
                     'cash' => ctx()->baseInfo->cash,
                     'cash' => ctx()->baseInfo->cash,
-                    'hero'=> ctx()->heros,
+                    'heros'=> ctx()->heros,
         ));
         ));
     }
     }