mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Scripts/Guilds: fixed Cauldron of Battle, Big Cauldron of Battle and their Flask effect
This commit is contained in:
10
sql/updates/world/4.3.4/2020_04_23_01_world.sql
Normal file
10
sql/updates/world/4.3.4/2020_04_23_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user