Core/Spells: Move draenor spell to generic spell (#28356)

This commit is contained in:
Aqua Deus
2022-10-11 14:12:00 +02:00
committed by GitHub
parent c7109629dc
commit b3c27656bc
3 changed files with 2 additions and 21 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_despawn_all_summons_owned_by_caster' WHERE `ScriptName` = 'spell_despawn_all_summons_garrison_intro_only';