From e78d91104c19ec4966bd8c808512b890b0065d6d Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Mon, 20 Jan 2014 21:46:13 -0500 Subject: [PATCH] Removal of test msg --- zone/spell_effects.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/spell_effects.cpp b/zone/spell_effects.cpp index 315b3e6ec..5f38356dd 100644 --- a/zone/spell_effects.cpp +++ b/zone/spell_effects.cpp @@ -5254,7 +5254,6 @@ int16 Client::GetFocusEffect(focusType type, uint16 spell_id) { // For effects like gift of mana that only fire once, save the spellid into an array that consists of all available buff slots. if(buff_tracker >= 0 && buffs[buff_tracker].numhits > 0) { m_spellHitsLeft[buff_tracker] = focusspell_tracker; - Shout("SET FOCUS SPELLL TRACKER ARRAY [%i]", m_spellHitsLeft[buff_tracker]); } }