604 {
606 if (!target)
607 return;
608
611 {
612 case 25369: spellId = 51552; break;
613 case 25373: spellId = 51551; break;
614 case 25363: spellId = 51542; break;
615 case 25357: spellId = 51541; break;
616 case 25361: spellId = 51537; break;
617 case 25356: spellId = 51538; break;
618 case 25372: spellId = 51550; break;
619 case 25367: spellId = 51549; break;
620 case 25362: spellId = 51540; break;
621 case 25359: spellId = 51539; break;
622 case 25355: spellId = 51534; break;
623 case 25354: spellId = 51520; break;
624 case 25360: spellId = 51536; break;
625 case 25358: spellId = 51535; break;
626 case 25368: spellId = 51544; break;
627 case 25364: spellId = 51543; break;
628 case 25371: spellId = 51548; break;
629 case 25366: spellId = 51547; break;
630 case 25370: spellId = 51545; break;
631 case 25365: spellId = 51546; break;
632 default: return;
633 }
634
635 target->
CastSpell(target, spellId,
true);
637 }
std::uint32_t uint32
Definition Define.h:107
void LoadEquipment(int8 id=1, bool force=false)
Definition Creature.cpp:1760
Creature * GetHitCreature()
Definition SpellScript.cpp:458
uint32 GetDisplayId() const
Definition Unit.h:1974
SpellCastResult CastSpell(SpellCastTargets const &targets, SpellInfo const *spellInfo, CustomSpellValues const *value, TriggerCastFlags triggerFlags=TRIGGERED_NONE, Item *castItem=nullptr, AuraEffect const *triggeredByAura=nullptr, ObjectGuid originalCaster=ObjectGuid::Empty)
Definition Unit.cpp:1350