Scripts/Guilds: fixed Cauldron of Battle, Big Cauldron of Battle and their Flask effect

This commit is contained in:
Ovahlord
2020-04-23 14:38:21 +02:00
parent 5c61fcfb19
commit d148116ebe
3 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_gen_cauldron_of_battle',
'spell_gen_flask_of_battle');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(92649, 'spell_gen_cauldron_of_battle'),
(92712, 'spell_gen_cauldron_of_battle'),
(92679, 'spell_gen_flask_of_battle');
UPDATE `gameobject_template` SET `ScriptName`= 'go_cauldron_of_battle' WHERE `entry` IN (207354, 207357, 207356, 207358);