cyzhao 5 сар өмнө
parent
commit
682aa2056e

+ 2 - 0
Gameserver/App/process/ActiveProc.php

@@ -84,6 +84,8 @@ class ActiveProc {
                     'cash' => ctx()->baseInfo->cash,
                     'gold' => ctx()->baseInfo->gold,
                     'reward' => StoreProc::$reward,
+                    'reward_Gem' => StoreProc::$reward_Gem,
+                    'reward_equip' => StoreProc::$reward_equip,            
         ));
     }