Commit 607b10317e931227e651f624e00200877ecfe74c
1 parent
f30a310d
编队
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePvp.lua
... | ... | @@ -530,7 +530,7 @@ function Role:changeCrossServerPvpSelfInfo(cType) |
530 | 530 | return |
531 | 531 | end |
532 | 532 | change.battleV = self:getProperty("pvpTBVH") |
533 | - change.heros = self:getProperty("pvpTSH") | |
533 | + change.team = self:getProperty("pvpTSH") | |
534 | 534 | change.battleInfo = self:getProperty("pvpTBH") |
535 | 535 | end |
536 | 536 | ... | ... |