diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Wither.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Wither.cpp b/src/Mobs/Wither.cpp index e58d47426..a76ac80a1 100644 --- a/src/Mobs/Wither.cpp +++ b/src/Mobs/Wither.cpp @@ -17,6 +17,7 @@ cWither::cWither(void) : SetMaxHealth(300); SetHealth(GetMaxHealth() / 3); m_EMPersonality = AGGRESSIVE; + m_BehaviorDoNothing.AttachToMonster(*this); GetMonsterConfig("Wither"); } |