mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
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:
@@ -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");
|
||||
Reference in New Issue
Block a user