mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Forgot to make m_AssistExemption default to 0
This commit is contained in:
parent
3d47d912fd
commit
a55c095d1b
@ -279,6 +279,7 @@ Client::Client(EQStreamInterface* ieqs)
|
|||||||
m_KnockBackExemption = 0;
|
m_KnockBackExemption = 0;
|
||||||
m_PortExemption = 0;
|
m_PortExemption = 0;
|
||||||
m_SenseExemption = 0;
|
m_SenseExemption = 0;
|
||||||
|
m_AssistExemption = 0;
|
||||||
m_CheatDetectMoved = false;
|
m_CheatDetectMoved = false;
|
||||||
CanUseReport = true;
|
CanUseReport = true;
|
||||||
aa_los_me.x = 0;
|
aa_los_me.x = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user