From 6fd41ae50e5f988473f86ad8370b60a1e29eac5f Mon Sep 17 00:00:00 2001 From: Spp- Date: Thu, 30 Jun 2011 14:24:56 +0200 Subject: Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes in all scripts --- src/server/scripts/EasternKingdoms/westfall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms/westfall.cpp') diff --git a/src/server/scripts/EasternKingdoms/westfall.cpp b/src/server/scripts/EasternKingdoms/westfall.cpp index 424d5427238..35e43abe0be 100644 --- a/src/server/scripts/EasternKingdoms/westfall.cpp +++ b/src/server/scripts/EasternKingdoms/westfall.cpp @@ -225,7 +225,7 @@ public: struct npc_defias_traitorAI : public npc_escortAI { - npc_defias_traitorAI(Creature *c) : npc_escortAI(c) { Reset(); } + npc_defias_traitorAI(Creature* c) : npc_escortAI(c) { Reset(); } void WaypointReached(uint32 i) { -- cgit v1.2.3