aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r--src/server/scripts/Examples/example_escort.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Examples/example_escort.cpp b/src/server/scripts/Examples/example_escort.cpp
index 76c4f793a42..851a32538e9 100644
--- a/src/server/scripts/Examples/example_escort.cpp
+++ b/src/server/scripts/Examples/example_escort.cpp
@@ -75,9 +75,9 @@ class example_escort : public CreatureScript
}
// Pure Virtual Functions (Have to be implemented)
- void WaypointReached(uint32 uiWP)
+ void WaypointReached(uint32 waypointId)
{
- switch (uiWP)
+ switch (waypointId)
{
case 1:
DoScriptText(SAY_WP_1, me);