diff options
author | Spp- <u84280@epreinf21.(none)> | 2011-06-30 14:24:56 +0200 |
---|---|---|
committer | Spp- <u84280@epreinf21.(none)> | 2011-06-30 14:24:56 +0200 |
commit | 6fd41ae50e5f988473f86ad8370b60a1e29eac5f (patch) | |
tree | 481e934be575ae4b0f44581e72e7ecc92d590ae1 /src/server/scripts/EasternKingdoms/westfall.cpp | |
parent | d12bb4a657e4df5230ce06f9b082f176d9db0b85 (diff) |
Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes in all scripts
Diffstat (limited to 'src/server/scripts/EasternKingdoms/westfall.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/westfall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |