mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Crash Fix] Update to location of qGlobals initialization (#4144)
This commit is contained in:
parent
3003a59955
commit
c4613e1b0f
@ -284,6 +284,7 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
|
||||
PendingSacrifice = false;
|
||||
controlling_boat_id = 0;
|
||||
controlled_mob_id = 0;
|
||||
qGlobals = nullptr;
|
||||
|
||||
if (!RuleB(Character, PerCharacterQglobalMaxLevel) && !RuleB(Character, PerCharacterBucketMaxLevel)) {
|
||||
SetClientMaxLevel(0);
|
||||
@ -311,7 +312,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
|
||||
aa_los_them_mob = nullptr;
|
||||
los_status = false;
|
||||
los_status_facing = false;
|
||||
qGlobals = nullptr;
|
||||
HideCorpseMode = HideCorpseNone;
|
||||
PendingGuildInvitation = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user