mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Forgot to make m_AssistExemption default to 0
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user