mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
fix(Core/Spell): Recall destination for Insignia trinkets using CFBG (#8679)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634891525914970200');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (22563, 22564) AND `ScriptName` = 'spell_item_recall';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(22563, 'spell_item_recall'),
|
||||
(22564, 'spell_item_recall');
|
||||
Reference in New Issue
Block a user