Fixed mangos.sql data for branch and partly related code.

* Drop outdated data for 1535 (old totem summon, now instant area cast)
  Still need implement new way work.
* Restore work broken in branch glyph 45785 with updated functionality,
This commit is contained in:
VladimirMangos 2010-01-09 06:58:50 +03:00
parent 63709fdc49
commit 89939fe7b3
6 changed files with 23 additions and 23 deletions

View file

@ -5258,6 +5258,10 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
owner->CastSpell(owner,58227,true,castItem,triggeredByAura);
return true;
}
// Glyph of Life Tap
case 63320:
triggered_spell_id = 63321;
break;
}
break;
}
@ -5584,12 +5588,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
triggered_spell_id = 63106;
break;
}
// Glyph of Life Tap
case 63320:
{
triggered_spell_id = 63321;
break;
}
}
break;
}