325 {
327 if (!target)
328 return;
329
332 {
333 case 25369: spellId = 51552; break;
334 case 25373: spellId = 51551; break;
335 case 25363: spellId = 51542; break;
336 case 25357: spellId = 51541; break;
337 case 25361: spellId = 51537; break;
338 case 25356: spellId = 51538; break;
339 case 25372: spellId = 51550; break;
340 case 25367: spellId = 51549; break;
341 case 25362: spellId = 51540; break;
342 case 25359: spellId = 51539; break;
343 case 25355: spellId = 51534; break;
344 case 25354: spellId = 51520; break;
345 case 25360: spellId = 51536; break;
346 case 25358: spellId = 51535; break;
347 case 25368: spellId = 51544; break;
348 case 25364: spellId = 51543; break;
349 case 25371: spellId = 51548; break;
350 case 25366: spellId = 51547; break;
351 case 25370: spellId = 51545; break;
352 case 25365: spellId = 51546; break;
353 default: return;
354 }
355
356 target->
CastSpell(target, spellId,
true);
358 }
std::uint32_t uint32
Definition Define.h:107
void LoadEquipment(int8 id=1, bool force=false)
Definition Creature.cpp:1790
Creature * GetHitCreature()
Definition SpellScript.cpp:458
uint32 GetDisplayId() const
Definition Unit.h:1975
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:1375