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