mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Core/BattlefieldWG): Workshops/Graveyard not changing to neutral (#14002)
This commit is contained in:
@@ -1193,6 +1193,8 @@ bool SpellArea::IsFitToRequirements(Player const* player, uint32 newZone, uint32
|
||||
return spellId == 56618;
|
||||
else if (team == TEAM_ALLIANCE)
|
||||
return spellId == 56617;
|
||||
else
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
// Hellscream's Warsong
|
||||
|
||||
Reference in New Issue
Block a user