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