mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/TotFW: corrected a spellinfo validation spell id in Al'akirs script
This commit is contained in:
@@ -1041,7 +1041,7 @@ class spell_alakir_lightning_clouds_targeting : public SpellScript
|
||||
|
||||
bool Validate(SpellInfo const* /*spell*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_LIGHTNING_CLOUDS_SUMMON_EXTRA_VISUALS });
|
||||
return ValidateSpellInfo({ SPELL_SUMMON_LIGHTNING_CLOUDS_SUMMON });
|
||||
}
|
||||
|
||||
void HandleDummyEffect(SpellEffIndex /*effIndex*/)
|
||||
|
||||
Reference in New Issue
Block a user