diff options
author | Anubisss <none@none> | 2009-08-12 02:32:13 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-08-12 02:32:13 +0200 |
commit | 08121cc271d6eee0d087825976e20ef869585259 (patch) | |
tree | 0d85b5a503f6fc06bda4baa2875876b0ec6a8dbb /src | |
parent | 3ea9d899db7c3c05fd898292b2c590e0e04a4067 (diff) |
*Remove a not needed log. :)
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/ulduar/halls_of_lightning/boss_loken.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/ulduar/halls_of_lightning/boss_loken.cpp b/src/bindings/scripts/scripts/zone/ulduar/halls_of_lightning/boss_loken.cpp index 2d63ba37913..fa31dafe2a6 100644 --- a/src/bindings/scripts/scripts/zone/ulduar/halls_of_lightning/boss_loken.cpp +++ b/src/bindings/scripts/scripts/zone/ulduar/halls_of_lightning/boss_loken.cpp @@ -108,7 +108,6 @@ struct TRINITY_DLL_DECL boss_lokenAI : public ScriptedAI void JustDied(Unit* pKiller) { DoScriptText(SAY_DEATH, m_creature); - error_log("%u", EncounterTimer); if(m_bIsHeroic && EncounterTimer <= 120000) { |