fix(Core/Item): Implement mount speed mod items (#4258)

This commit is contained in:
Kitzunu
2021-01-30 00:46:59 +01:00
committed by GitHub
parent 647ce5bed7
commit 8851152815
2 changed files with 59 additions and 50 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1610385898427311800');
DELETE FROM `spell_script_names` WHERE `spell_id` IN (48777,7215,48776);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(48777,'spell_item_with_mount_speed'),
(7215,'spell_item_with_mount_speed'),
(48776,'spell_item_with_mount_speed');