mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Restore spell 53563 work at 3.2.x
This commit is contained in:
parent
ef19575a59
commit
8ad4f0f10b
3 changed files with 8 additions and 16 deletions
|
|
@ -5850,7 +5850,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
|
||||
// find caster main aura at beacon
|
||||
Aura* dummy = NULL;
|
||||
Unit::AuraList const& baa = beacon->GetAurasByType(SPELL_AURA_DUMMY);
|
||||
Unit::AuraList const& baa = beacon->GetAurasByType(SPELL_AURA_PERIODIC_TRIGGER_SPELL);
|
||||
for(Unit::AuraList::const_iterator i = baa.begin(); i != baa.end(); ++i)
|
||||
{
|
||||
if ((*i)->GetId() == 53563 && (*i)->GetCasterGUID() == pVictim->GetGUID())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue