diff options
Diffstat (limited to 'source/Mobs/Witch.cpp')
-rw-r--r-- | source/Mobs/Witch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Witch.cpp b/source/Mobs/Witch.cpp index b29783853..25d27041f 100644 --- a/source/Mobs/Witch.cpp +++ b/source/Mobs/Witch.cpp @@ -8,7 +8,7 @@ cWitch::cWitch(void) : - super("Witch", 66, "", "", 0.6, 1.8) + super("Witch", mtWitch, "", "", 0.6, 1.8) { } |