mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Noblegarden): fix bunny transformation on egg looting (#21957)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user