diff options
author | Shocker <shocker@freakz.ro> | 2012-03-30 14:49:44 -0700 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2012-03-30 14:49:44 -0700 |
commit | b2924379894d26528d360e6c5eba401428f9a285 (patch) | |
tree | b41cf71d1f9a67b3abe568f4fcf2faf1d1f255e6 /src/server/scripts/Outland/nagrand.cpp | |
parent | 3fb947d955c604000df0ec26ed80060d315c41d7 (diff) | |
parent | ba2ee48fc6ddd7e9c965690c97c669cb69ccf30e (diff) |
Merge pull request #5933 from GyxTom/master
Core/Misc: Code style and remove unused define
Diffstat (limited to 'src/server/scripts/Outland/nagrand.cpp')
-rw-r--r-- | src/server/scripts/Outland/nagrand.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/scripts/Outland/nagrand.cpp b/src/server/scripts/Outland/nagrand.cpp index 50cc1a00e47..8080a1402af 100644 --- a/src/server/scripts/Outland/nagrand.cpp +++ b/src/server/scripts/Outland/nagrand.cpp @@ -221,9 +221,9 @@ public: DoCast(me, SPELL_EARTHBIND_TOTEM, false); } - void WaypointReached(uint32 uiPointId) + void WaypointReached(uint32 waypointId) { - switch (uiPointId) + switch (waypointId) { case 7: DoScriptText(SAY_MAG_MORE, me); @@ -565,9 +565,9 @@ public: } } - void WaypointReached(uint32 PointId) + void WaypointReached(uint32 waypointId) { - switch(PointId) + switch (waypointId) { case 3: { |