aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/nagrand.cpp
diff options
context:
space:
mode:
authormegamage <none@none.none>2011-10-07 12:48:20 -0400
committermegamage <none@none.none>2011-10-07 12:48:20 -0400
commit42d1562183dd0598de155e30264393edc6925a21 (patch)
tree73263639af50fcf177ff9bdf3791d8fc5afce454 /src/server/scripts/Outland/nagrand.cpp
parent7f4be7e93a03c2f4c964590efb166c7dadcb6837 (diff)
parent7f89678bcda1b58ff0701c0915074e81a9caf720 (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore.git
Conflicts: src/server/game/Entities/Player/Player.cpp
Diffstat (limited to 'src/server/scripts/Outland/nagrand.cpp')
-rw-r--r--src/server/scripts/Outland/nagrand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/nagrand.cpp b/src/server/scripts/Outland/nagrand.cpp
index ad30ab32e92..3a060cf107f 100644
--- a/src/server/scripts/Outland/nagrand.cpp
+++ b/src/server/scripts/Outland/nagrand.cpp
@@ -613,7 +613,7 @@ public:
void WaypointReached(uint32 uiPointId)
{
- switch(uiPointId)
+ switch (uiPointId)
{
case 7:
DoScriptText(SAY_MAG_MORE, me);