summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Witch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Witch.cpp')
-rw-r--r--source/Mobs/Witch.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/Mobs/Witch.cpp b/source/Mobs/Witch.cpp
index 2bbe5b94b..ee77d066b 100644
--- a/source/Mobs/Witch.cpp
+++ b/source/Mobs/Witch.cpp
@@ -7,10 +7,9 @@
-cWitch::cWitch()
+cWitch::cWitch(void) :
+ super("Witch", 66, "", "")
{
- m_MobType = 66;
- GetMonsterConfig("Witch");
}