fix(Scripts/Spells): Fix Glyph of Voidwalker applying to every pet (#17342)

* fix(Scripts/Spells): Fix Glyph of Voidwalker applying to every pet

* Update src/server/game/Entities/Pet/Pet.cpp
This commit is contained in:
Skjalf
2023-09-25 08:07:09 -03:00
committed by GitHub
parent 4afc200f41
commit c7b7b7dc07
5 changed files with 53 additions and 8 deletions

View File

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