summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Ocelot.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Ocelot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/Ocelot.h b/src/Mobs/Ocelot.h
index 75758a973..d27467683 100644
--- a/src/Mobs/Ocelot.h
+++ b/src/Mobs/Ocelot.h
@@ -1,7 +1,7 @@
#pragma once
-#include "PassiveMonster.h"
+#include "Monster.h"
#include "../UUID.h"
@@ -9,9 +9,9 @@
class cOcelot :
- public cPassiveMonster
+ public cMonster
{
- typedef cPassiveMonster super;
+ typedef cMonster super;
public: