[Rules] Remove Guild Bank Zone ID Rule (#3156)

# notes
- This rule is useless as guild bank zone ID is hard-coded into the client.
This commit is contained in:
Alex King
2023-03-28 21:58:58 -04:00
committed by GitHub
parent 27e0665aae
commit e9c63c7d94
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1059,7 +1059,7 @@ Zone::Zone(uint32 in_zoneid, uint32 in_instanceid, const char* in_short_name)
did_adventure_actions = false;
database.QGlobalPurge();
if(zoneid == RuleI(World, GuildBankZoneID))
if(zoneid == Zones::GUILDHALL)
GuildBanks = new GuildBankManager;
else
GuildBanks = nullptr;