mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
[8691] fix battleground spiritguides
they are now alive and so some spellchecks got invalid
This commit is contained in:
parent
20e8982075
commit
ac6e13d0e3
3 changed files with 2 additions and 5 deletions
|
|
@ -6265,9 +6265,6 @@ void Aura::HandleSchoolAbsorb(bool apply, bool Real)
|
|||
|
||||
void Aura::PeriodicTick()
|
||||
{
|
||||
if (!m_target->isAlive() != IsDeathOnlySpell(GetSpellProto()))
|
||||
return;
|
||||
|
||||
switch(m_modifier.m_auraname)
|
||||
{
|
||||
case SPELL_AURA_PERIODIC_DAMAGE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue