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/SnowGolem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mobs/SnowGolem.cpp') diff --git a/src/Mobs/SnowGolem.cpp b/src/Mobs/SnowGolem.cpp index 76334d970..a17965765 100644 --- a/src/Mobs/SnowGolem.cpp +++ b/src/Mobs/SnowGolem.cpp @@ -8,8 +8,8 @@ -cSnowGolem::cSnowGolem(void) : - super("SnowGolem", mtSnowGolem, "", "", 0.4, 1.8) +cSnowGolem::cSnowGolem(CreateMonsterInfo a_Info) : + super(a_Info, "SnowGolem", mtSnowGolem, "", "", 0.4, 1.8) { } -- cgit v1.2.3