diff options
| author | Gyx <2359980687@qq.com> | 2012-03-16 19:21:47 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-03-16 19:21:47 +0800 |
| commit | fcbb222acaeaeec8ae282709e8f552cc1e256a07 (patch) | |
| tree | 6879e600263f4f1499046364852163d2de8c1532 /src/server/scripts/EasternKingdoms/BlackrockDepths | |
| parent | ef53bde176e213017c2346d9fcac0ab121b28974 (diff) | |
Core/Script: Clean-Up in Scripts.
Creature* c -> Creature* creature
Creature* _Creature -> Creature* creature
Creature* Creature -> Creature* creature
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/scripts/EasternKingdoms/BlackrockDepths')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp b/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp index 8edf6260f58..566e8c977dc 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp @@ -1089,7 +1089,7 @@ public: struct npc_tobias_seecherAI : public npc_escortAI { - npc_tobias_seecherAI(Creature* c) :npc_escortAI(c) {} + npc_tobias_seecherAI(Creature* creature) : npc_escortAI(creature) {} void EnterCombat(Unit* who) {} void Reset() {} |
