Browse Source

扫荡返回等级

cyzhao 11 months ago
parent
commit
56dd7be6bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/process/FightProc.php

+ 1 - 0
Gameserver/App/process/FightProc.php

@@ -135,6 +135,7 @@ class FightProc {
             'tili_ts' => ctx()->baseInfo->tili_ts,
             'xp'=> ctx()->baseInfo->xp,
             'maxXp'=> ctx()->baseInfo->maxXp,
+            'level'=> ctx()->baseInfo->level,
             'fightSweepNum' => ctx()->gates->fightSweepNum,
             //'prizeArr' => $prizeArr,
             'store' => ctx()->store,