Merge updates from the nightly branch #34

Merged
Exynox merged 73 commits from nightly into master 2024-11-16 18:17:14 +02:00
Showing only changes of commit fcc2a9e4a0 - Show all commits

View File

@ -359,7 +359,7 @@ ACMD(do_cmd)
int nExitLimitTime = 10;
if (ch->IsHack(false, true, nExitLimitTime) &&
if (ch->IsHack(true, true, nExitLimitTime) &&
false == CThreeWayWar::instance().IsSungZiMapIndex(ch->GetMapIndex()) &&
(!ch->GetWarMap() || ch->GetWarMap()->GetType() == GUILD_WAR_TYPE_FLAG))
{