Removing the following function solves this, you can find it in the main LUA at the very beginning
- Code: Select all
- DRUID_STUFF_CastSpellByName = CastSpellByName
 function CastSpellByName(spell,target)
 if (AWMUnitHasBuff('target',spell) or AWMUnitHasDebuff('target',spell))==false then
 DRUID_STUFF_CastSpellByName(spell,target)
 end
 end
 
