diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-02-20 21:07:03 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-02-20 21:07:03 +0100 |
| commit | c1445cd475f280f3307299c6b33373dc57dc77df (patch) | |
| tree | 8a4e6bfafc93fbbfaa750e07047c757b489a6df6 /src/server/scripts/Outland/TempestKeep | |
| parent | 250bc09ded48cd22944a99436253b6f5f7fcc2d9 (diff) | |
Fix build with scripts included
Diffstat (limited to 'src/server/scripts/Outland/TempestKeep')
| -rw-r--r-- | src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp index 4035d07d20a..e480e473a19 100644 --- a/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp +++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp @@ -785,7 +785,7 @@ class boss_kaelthas : public CreatureScript if (me->getThreatManager().getThreatList().size() >= 2) for (uint32 i = 0; i < 3; ++i) { - sLog->outDebug("SD2: Kael'Thas mind control not supported."); + sLog->OutDebug(LOG_FILTER_TSCR, "SD2: Kael'Thas mind control not supported."); //DoCast(pUnit, SPELL_MIND_CONTROL); } |
