From 28d44641627653466914e86db1ebef08e675c24f Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 7 Jan 2009 15:27:02 -0600 Subject: *Temp fix to allow to use /cast macros to cast more than one spells that are off the GCD. --HG-- branch : trunk --- src/game/Spell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 62082ba2fca..7fd3e25b13a 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2102,7 +2102,7 @@ void Spell::prepare(SpellCastTargets * targets, Aura* triggeredByAura) // set timer base at cast time ReSetTimer(); - if(m_IsTriggeredSpell) + if(m_IsTriggeredSpell || !m_casttime && !m_spellInfo->StartRecoveryTime && GetCurrentContainer() == CURRENT_GENERIC_SPELL) cast(true); else { -- cgit v1.2.3