aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/westfall.cpp
diff options
context:
space:
mode:
authorDiscover- <amort11@hotmail.com>2012-03-13 23:21:32 -0700
committerDiscover- <amort11@hotmail.com>2012-03-13 23:21:32 -0700
commit69c3612cfe50777e6895ec8a8f57e370a5c99c3e (patch)
treec718d7a9de684ef4593a86e79d09db7cea3d5494 /src/server/scripts/EasternKingdoms/westfall.cpp
parent1dde22394c880a0839ced6bb70f778340800ec1c (diff)
parent117fbb9010743a0e688b837dd00a35c28fb16f25 (diff)
Merge pull request #5702 from Gyx/master
Core/Script: Clean-Up in Scripts.
Diffstat (limited to 'src/server/scripts/EasternKingdoms/westfall.cpp')
-rw-r--r--src/server/scripts/EasternKingdoms/westfall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/westfall.cpp b/src/server/scripts/EasternKingdoms/westfall.cpp
index f5a0f0e85c4..2285d3877e4 100644
--- a/src/server/scripts/EasternKingdoms/westfall.cpp
+++ b/src/server/scripts/EasternKingdoms/westfall.cpp
@@ -224,7 +224,7 @@ public:
struct npc_defias_traitorAI : public npc_escortAI
{
- npc_defias_traitorAI(Creature* c) : npc_escortAI(c) { Reset(); }
+ npc_defias_traitorAI(Creature* creature) : npc_escortAI(creature) { Reset(); }
void WaypointReached(uint32 i)
{