|
|
@@ -1245,7 +1245,7 @@ function N2C_Try_Challengde_Point(msg)
|
|
|
local now = os.time()
|
|
|
local pointBattleTime = targetPointData.battleTime
|
|
|
if pointBattleTime and now - pointBattleTime < AnotherWorldBattleDefine.AB_POINT_BATTLE_TIME then
|
|
|
- return errTips(msg.sourceServerId, playerUuid, AnotherWorldBattleDefine.ERR_CODE_10)
|
|
|
+ return errTips(msg.sourceServerId, playerUuid, AnotherWorldBattleDefine.ERR_CODE_11)
|
|
|
end
|
|
|
|
|
|
-- 更新据点被挑战时间
|