summaryrefslogtreecommitdiffstats
path: root/src/Mobs/EnderDragon.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/EnderDragon.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Mobs/EnderDragon.h b/src/Mobs/EnderDragon.h
index 43acdcd54..0528af77c 100644
--- a/src/Mobs/EnderDragon.h
+++ b/src/Mobs/EnderDragon.h
@@ -1,16 +1,12 @@
#pragma once
-#include "AggressiveMonster.h"
-
-
-
-
+#include "Monster.h"
class cEnderDragon :
- public cAggressiveMonster
+ public cMonster
{
- typedef cAggressiveMonster super;
+ typedef cMonster super;
public:
cEnderDragon(void);