From e8f414e143d9f716298a18f0c290149d2a154229 Mon Sep 17 00:00:00 2001 From: Gyx <2359980687@qq.com> Date: Wed, 14 Mar 2012 09:20:36 +0800 Subject: Core/Script: Clean-Up in Scripts. Creature* c -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com> --- src/server/scripts/EasternKingdoms/ghostlands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms/ghostlands.cpp') diff --git a/src/server/scripts/EasternKingdoms/ghostlands.cpp b/src/server/scripts/EasternKingdoms/ghostlands.cpp index 3bd781ce6f9..02bfcef45a3 100644 --- a/src/server/scripts/EasternKingdoms/ghostlands.cpp +++ b/src/server/scripts/EasternKingdoms/ghostlands.cpp @@ -128,7 +128,7 @@ public: struct npc_ranger_lilathaAI : public npc_escortAI { - npc_ranger_lilathaAI(Creature* c) : npc_escortAI(c) {} + npc_ranger_lilathaAI(Creature* creature) : npc_escortAI(creature) {} void WaypointReached(uint32 i) { -- cgit v1.2.3