|
@@ -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,
|
|
));
|
|
));
|
|
}
|
|
}
|
|
|
|
|