mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8801] Rename accmgr macro to sAccountMgr. Thanks to astriconX for pointing out.
This commit is contained in:
parent
22fb22ee5e
commit
da2cceb9da
8 changed files with 22 additions and 22 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue