fix(Scripts/Spell): Don't use invalid spells for the Magic Rooster mount (#9797)

* fix(Scripts/Spell): Don't use invalid spells for the Magic Rooster mount

- cherry-pick commit (246a8661fd)

Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com>
This commit is contained in:
Kitzunu
2022-02-10 13:40:07 +01:00
committed by GitHub
parent 179d04e162
commit d505381106
3 changed files with 13 additions and 53 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639953303883016900');
DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_gen_magic_rooster";
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=65917;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `comment`) VALUES
(65917, 66122, "Magic Rooster");