mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
*Fix the bug that devastate requires double rage.
*Fix the bug that cloak of shadows removes postive buffs. --HG-- branch : trunk
This commit is contained in:
@@ -2496,8 +2496,11 @@ void Spell::cast(bool skipCheck)
|
||||
// CAST SPELL
|
||||
SendSpellCooldown();
|
||||
|
||||
TakePower();
|
||||
TakeReagents(); // we must remove reagents before HandleEffects to allow place crafted item in same slot
|
||||
if(!m_IsTriggeredSpell)
|
||||
{
|
||||
TakePower();
|
||||
TakeReagents(); // we must remove reagents before HandleEffects to allow place crafted item in same slot
|
||||
}
|
||||
|
||||
if(m_spellState == SPELL_STATE_FINISHED) // stop cast if spell marked as finish somewhere in Take*/FillTargetMap
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user