From 3d00e52d42edc69eb777c90c6e6f479a5a473598 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 4 Nov 2014 21:53:37 +0000 Subject: mob fixes --- src/Mobs/Witch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mobs/Witch.cpp') diff --git a/src/Mobs/Witch.cpp b/src/Mobs/Witch.cpp index 6956f7b7a..cfce7a094 100644 --- a/src/Mobs/Witch.cpp +++ b/src/Mobs/Witch.cpp @@ -7,8 +7,8 @@ -cWitch::cWitch(void) : - super("Witch", mtWitch, "", "", 0.6, 1.8) +cWitch::cWitch(CreateMonsterInfo a_Info) : + super(a_Info, "Witch", mtWitch, "", "", 0.6, 1.8) { } -- cgit v1.2.3