fix(Script/Item): Elixir of Shadows for pets (#14514)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/13067
This commit is contained in:
Kitzunu
2023-01-07 23:08:19 +01:00
committed by GitHub
parent ed2997ab10
commit 97a01b430d
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=37678 AND `ScriptName`='spell_item_elixir_of_shadows';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(37678, 'spell_item_elixir_of_shadows');