2199 {
2201
2203 {
2206 break;
2209 break;
2212 break;
2215 break;
2216 default:
2217 return;
2218 }
2219
2221 }
std::uint32_t uint32
Definition: Define.h:107
@ NPC_NEW_AVALON_TOWN_HALL
Definition: spell_quest.cpp:2177
@ NPC_NEW_AVALON_FORGE
Definition: spell_quest.cpp:2176
@ SPELL_TOWN_HALL_CREDIT
Definition: spell_quest.cpp:2172
@ NPC_CHAPEL_OF_THE_CRIMSON_FLAME
Definition: spell_quest.cpp:2179
@ NPC_SCARLET_HOLD
Definition: spell_quest.cpp:2178
@ SPELL_SCARLET_HOLD_CREDIT
Definition: spell_quest.cpp:2173
@ SPELL_CHAPEL_CREDIT
Definition: spell_quest.cpp:2174
@ SPELL_FORGE_CREDIT
Definition: spell_quest.cpp:2171
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:1167
Creature * GetHitCreature()
Definition: SpellScript.cpp:458
Unit * GetCaster()
Definition: SpellScript.cpp:401