summaryrefslogtreecommitdiffstats
path: root/source/Mobs/IronGolem.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/IronGolem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Mobs/IronGolem.h b/source/Mobs/IronGolem.h
index 0f2298061..d253aefac 100644
--- a/source/Mobs/IronGolem.h
+++ b/source/Mobs/IronGolem.h
@@ -8,9 +8,9 @@
class cIronGolem :
- public cAggressiveMonster
+ public cPassiveAggressiveMonster
{
- typedef cAggressiveMonster super;
+ typedef cPassiveAggressiveMonster super;
public:
cIronGolem(void);