aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/nagrand.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-05-07 20:09:45 +0200
committerShauren <shauren.trinity@gmail.com>2011-05-07 20:09:45 +0200
commit551889c42f78548d8c99542036efa1fd276e3d48 (patch)
treee37d4f44c79324643d6c11ec57c5ffa49c9dffcf /src/server/scripts/Outland/nagrand.cpp
parent7905200ebaa16171748840f893da0bcea29c2138 (diff)
Core: More warning fixes
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;