mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 17:24:33 +00:00
fix(Core/Item): Implement mount speed mod items (#4258)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user