mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 18:41:29 +00:00
parent
4a3e6b5edc
commit
dd184fa8b6
@ -401,7 +401,6 @@ Mob::Mob(
|
|||||||
stunned = false;
|
stunned = false;
|
||||||
silenced = false;
|
silenced = false;
|
||||||
amnesiad = false;
|
amnesiad = false;
|
||||||
inWater = false;
|
|
||||||
|
|
||||||
shield_timer.Disable();
|
shield_timer.Disable();
|
||||||
m_shield_target_id = 0;
|
m_shield_target_id = 0;
|
||||||
|
|||||||
@ -1683,7 +1683,6 @@ protected:
|
|||||||
bool rooted;
|
bool rooted;
|
||||||
bool silenced;
|
bool silenced;
|
||||||
bool amnesiad;
|
bool amnesiad;
|
||||||
bool inWater; // Set to true or false by Water Detection code if enabled by rules
|
|
||||||
bool offhand;
|
bool offhand;
|
||||||
bool has_shieldequiped;
|
bool has_shieldequiped;
|
||||||
bool has_twohandbluntequiped;
|
bool has_twohandbluntequiped;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user