fix(Core/Spell): Recall destination for Insignia trinkets using CFBG (#8679)

This commit is contained in:
Nefertumm
2021-10-24 07:04:24 -03:00
committed by GitHub
parent 4402398544
commit 5f28d35c37
2 changed files with 53 additions and 0 deletions

View File

@@ -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');