diff options
| author | Gyx <2359980687@qq.com> | 2012-03-16 21:41:15 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-03-16 21:41:15 +0800 |
| commit | d8b4bc590a55d6c062f88275e21661f0b31078ad (patch) | |
| tree | e4bd7fa8d6475a2cfb4f9564e855d289319e0c1c /src/server/scripts/EasternKingdoms/ghostlands.cpp | |
| parent | e5afa4a950a2de40fd84f0e0fb1cc14468041087 (diff) | |
Core/Script: Code style and remove unused core.
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ghostlands.cpp')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ghostlands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ghostlands.cpp b/src/server/scripts/EasternKingdoms/ghostlands.cpp index 02bfcef45a3..841e577e333 100644 --- a/src/server/scripts/EasternKingdoms/ghostlands.cpp +++ b/src/server/scripts/EasternKingdoms/ghostlands.cpp @@ -183,7 +183,7 @@ public: DoScriptText(SAY_END2, me, player); Unit* CaptainHelios = me->FindNearestCreature(NPC_CAPTAIN_HELIOS, 50); if (CaptainHelios) - DoScriptText(SAY_CAPTAIN_ANSWER, CaptainHelios, player); + DoScriptText(SAY_CAPTAIN_ANSWER, CaptainHelios, player); break; } } |
