[8801] Rename accmgr macro to sAccountMgr. Thanks to astriconX for pointing out.

This commit is contained in:
XTZGZoReX 2009-11-10 23:09:32 +01:00
parent 22fb22ee5e
commit da2cceb9da
8 changed files with 22 additions and 22 deletions

View file

@ -1909,7 +1909,7 @@ bool World::RemoveBanAccount(BanMode mode, std::string nameOrIP)
{
uint32 account = 0;
if (mode == BAN_ACCOUNT)
account = accmgr.GetId (nameOrIP);
account = sAccountMgr.GetId (nameOrIP);
else if (mode == BAN_CHARACTER)
account = sObjectMgr.GetPlayerAccountIdByPlayerName (nameOrIP);