fix(Scripts/Pet): Fix Ethereal Soul-Trader Companion Pet (#26249)

Co-authored-by: lightinjay <lightinjay@gmail.com>
Co-authored-by: Ludwig <sudlud@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: DanVS <33371360+DanVS@users.noreply.github.com>
This commit is contained in:
lightninjay
2026-07-23 15:09:34 -04:00
committed by GitHub
parent dc8c9416dd
commit f8c2cc9b71
3 changed files with 63 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE (`spell_id` = 50051);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(50051, 'spell_gen_ethereal_pet_aura');