@@ -28,6 +28,7 @@ class PVPProc {
$curTeamId = $team->curUseTeamID;
foreach ($team->teamDic->$curTeamId->heros as $hid) {
if ($hid > 0) {
+ $hid -= 10000;
$heros->$hid = $uinfo->game->heros->collectHeros->$hid;
}