aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Totem.h')
-rw-r--r--src/game/Totem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Totem.h b/src/game/Totem.h
index 9975cd4deae..6dbd699f1d2 100644
--- a/src/game/Totem.h
+++ b/src/game/Totem.h
@@ -27,6 +27,7 @@ enum TotemType
{
TOTEM_PASSIVE = 0,
TOTEM_ACTIVE = 1,
+ TOTEM_STATUE = 2 // copied straight from MaNGOS, may need more implementation to work
};
#define SENTRY_TOTEM_ENTRY 3968