[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
@@ -236,7 +236,7 @@ void Client::RefreshGuildInfo()
guild_id = info.guild_id;
GuildBanker = info.banker || guild_mgr.IsGuildLeader(GuildID(), CharacterID());
if(((int)zone->GetZoneID() == RuleI(World, GuildBankZoneID)))
if(zone->GetZoneID() == Zones::GUILDHALL)
{
if(WasBanker != GuildBanker)
{