fix(Scripts/Noblegarden): fix bunny transformation on egg looting (#21957)

This commit is contained in:
sudlud
2025-04-19 13:15:33 +02:00
committed by GitHub
parent 704f7f0705
commit 68558e8626
4 changed files with 69 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
-- replace noblegarden gameobject script by spell script
UPDATE `gameobject_template` SET `ScriptName` = '' WHERE (`ScriptName` = 'go_noblegarden_colored_egg') AND (`entry` BETWEEN 113768 AND 113772);
-- 61712 Summon Noblegarden Bunny Controller
DELETE FROM `spell_script_names` WHERE (`spell_id` = 61712) AND (`ScriptName` = 'spell_summon_noblegarden_bunny_controller');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (61712, 'spell_summon_noblegarden_bunny_controller');