|
@@ -159,6 +159,7 @@ class FightProc {
|
|
|
|
|
|
UserProc::updateUserInfo();
|
|
UserProc::updateUserInfo();
|
|
$ret = array(
|
|
$ret = array(
|
|
|
|
+ 'task'=> ctx()->task,
|
|
'gold' => ctx()->baseInfo->gold,
|
|
'gold' => ctx()->baseInfo->gold,
|
|
'items' => ctx()->store->items,
|
|
'items' => ctx()->store->items,
|
|
'evolveMaxId_right' => ctx()->gates->evolveMaxId_right,
|
|
'evolveMaxId_right' => ctx()->gates->evolveMaxId_right,
|