mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Bug Fix] Fix Account Flags Loading (#4243)
This commit is contained in:
parent
41c5369c18
commit
1bc1f71254
@ -341,7 +341,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
|
||||
XTargetAutoAddHaters = true;
|
||||
m_autohatermgr.SetOwner(this, nullptr, nullptr);
|
||||
m_activeautohatermgr = &m_autohatermgr;
|
||||
LoadAccountFlags();
|
||||
|
||||
initial_respawn_selection = 0;
|
||||
alternate_currency_loaded = false;
|
||||
|
||||
@ -538,6 +538,7 @@ void Client::CompleteConnect()
|
||||
EnteringMessages(this);
|
||||
LoadPEQZoneFlags();
|
||||
LoadZoneFlags();
|
||||
LoadAccountFlags();
|
||||
|
||||
/* Sets GM Flag if needed & Sends Petition Queue */
|
||||
UpdateAdmin(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user