mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-05 06:17:56 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user