From 08121cc271d6eee0d087825976e20ef869585259 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Wed, 12 Aug 2009 02:32:13 +0200 Subject: *Remove a not needed log. :) --HG-- branch : trunk --- .../scripts/scripts/zone/ulduar/halls_of_lightning/boss_loken.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bindings') 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) { -- cgit v1.2.3