|
|
@@ -1481,7 +1481,7 @@ local function challenge_Win(msg)
|
|
|
|
|
|
|
|
|
-- 更新防守方公会的排行榜数据
|
|
|
- AnotherWorldBattleDB.UpdateUnionRankList(groupId, pointData.unionId, cityNum, pointNum)
|
|
|
+ AnotherWorldBattleDB.UpdateUnionRankList(groupId, pointData.unionId, cityNum, -pointNum)
|
|
|
-- 更新防守方玩家的排行榜数据
|
|
|
AnotherWorldBattleDB.UpdatePlayerRankList(groupId, pointData.playerUuid, -pointNum, -pointWeight)
|
|
|
|