summaryrefslogtreecommitdiffstats
path: root/src/Mobs/SnowGolem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/SnowGolem.h')
-rw-r--r--src/Mobs/SnowGolem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/SnowGolem.h b/src/Mobs/SnowGolem.h
index 708ddbef9..59026b3ec 100644
--- a/src/Mobs/SnowGolem.h
+++ b/src/Mobs/SnowGolem.h
@@ -1,16 +1,16 @@
#pragma once
-#include "PassiveAggressiveMonster.h"
+#include "Monster.h"
class cSnowGolem :
- public cPassiveAggressiveMonster
+ public cMonster
{
- typedef cPassiveAggressiveMonster super;
+ typedef cMonster super;
public:
cSnowGolem(void);