aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/nagrand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Outland/nagrand.cpp')
-rw-r--r--src/server/scripts/Outland/nagrand.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Outland/nagrand.cpp b/src/server/scripts/Outland/nagrand.cpp
index da8b2b491b5..5df55d19d3d 100644
--- a/src/server/scripts/Outland/nagrand.cpp
+++ b/src/server/scripts/Outland/nagrand.cpp
@@ -893,7 +893,7 @@ public:
};
};
-enum corki
+enum CorkiData
{
// first quest
QUEST_HELP = 9923,
@@ -990,10 +990,10 @@ public:
else
Say_Timer -= diff;
}
-
+
void MovementInform(uint32 type, uint32 id)
{
- if (id == 1)
+ if (type == POINT_MOTION_TYPE && id == 1)
{
Say_Timer = 5000;
ReleasedFromCage = true;