summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Witch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Witch.h')
-rw-r--r--src/Mobs/Witch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/Witch.h b/src/Mobs/Witch.h
index 79cc993bc..7013f998a 100644
--- a/src/Mobs/Witch.h
+++ b/src/Mobs/Witch.h
@@ -1,16 +1,16 @@
#pragma once
-#include "AggressiveMonster.h"
+#include "Monster.h"
class cWitch :
- public cAggressiveMonster
+ public cMonster
{
- typedef cAggressiveMonster super;
+ typedef cMonster super;
public:
cWitch();