diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Zombie.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Zombie.cpp b/src/Mobs/Zombie.cpp index 7a74e46e1..085d90b7f 100644 --- a/src/Mobs/Zombie.cpp +++ b/src/Mobs/Zombie.cpp @@ -15,7 +15,6 @@ cZombie::cZombie(bool a_IsVillagerZombie) : m_IsConverting(false) { m_EMPersonality = AGGRESSIVE; - m_BehaviorAttackerMelee.AttachToMonster(*this); m_BehaviorWanderer.AttachToMonster(*this); m_BehaviorAggressive.AttachToMonster(*this); |