mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
@@ -661,7 +661,7 @@ class spell_q12274_a_fall_from_grace_costume : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q12274_a_fall_from_grace_costume)
|
||||
|
||||
bool Validate(SpellInfo const* /*SpellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_SCARLET_RAVEN_PRIEST_IMAGE_MALE, SPELL_SCARLET_RAVEN_PRIEST_IMAGE_FEMALE });
|
||||
}
|
||||
@@ -912,7 +912,7 @@ class spell_q5206_test_fetid_skull : public SpellScript
|
||||
return GetCaster()->GetTypeId() == TYPEID_PLAYER;
|
||||
}
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_CREATE_RESONATING_SKULL, SPELL_CREATE_BONE_DUST });
|
||||
}
|
||||
@@ -1026,7 +1026,7 @@ class spell_q11396_11399_scourging_crystal_controller : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q11396_11399_scourging_crystal_controller);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_FORCE_SHIELD_ARCANE_PURPLE_X3, SPELL_SCOURGING_CRYSTAL_CONTROLLER });
|
||||
}
|
||||
@@ -1051,7 +1051,7 @@ class spell_q11396_11399_scourging_crystal_controller_dummy : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q11396_11399_scourging_crystal_controller_dummy);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_FORCE_SHIELD_ARCANE_PURPLE_X3 });
|
||||
}
|
||||
@@ -1101,7 +1101,7 @@ class spell_q11587_arcane_prisoner_rescue : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q11587_arcane_prisoner_rescue);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
@@ -1156,7 +1156,7 @@ class spell_q11730_ultrasonic_screwdriver : public SpellScript
|
||||
return GetCaster()->GetTypeId() == TYPEID_PLAYER && GetCastItem();
|
||||
}
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
@@ -1268,7 +1268,7 @@ class spell_q12634_despawn_fruit_tosser : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q12634_despawn_fruit_tosser);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
@@ -1394,7 +1394,7 @@ class spell_q12937_relief_for_the_fallen : public SpellScript
|
||||
return GetCaster()->GetTypeId() == TYPEID_PLAYER;
|
||||
}
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_TRIGGER_AID_OF_THE_EARTHEN });
|
||||
}
|
||||
@@ -1427,7 +1427,7 @@ class spell_q10041_q10040_who_are_they : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q10041_q10040_who_are_they);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
@@ -1621,7 +1621,7 @@ class spell_q14112_14145_chum_the_water : public SpellScript
|
||||
{
|
||||
PrepareSpellScript(spell_q14112_14145_chum_the_water);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellEntry*/) override
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user