summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Wolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Wolf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Wolf.cpp b/src/Mobs/Wolf.cpp
index f57832c92..c08e572fb 100644
--- a/src/Mobs/Wolf.cpp
+++ b/src/Mobs/Wolf.cpp
@@ -22,6 +22,7 @@ cWolf::cWolf(void) :
m_NotificationCooldown(0)
{
m_RelativeWalkSpeed = 2;
+ m_EMPersonality = PASSIVE;
}