Core: Updated allowed build to 11.2.0.62876
Port From (https://github.com/TrinityCore/TrinityCore/commit/a884a5f4b4fff8d5a8f322f63e8eabe16a96b588)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_deluge', 'spell_sha_deluge_healing_rain');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(77472, 'spell_sha_deluge'),
|
||||
(8004, 'spell_sha_deluge'),
|
||||
(1064, 'spell_sha_deluge'),
|
||||
(73920, 'spell_sha_deluge_healing_rain');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_anger_management_proc';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(152278, 'spell_warr_anger_management_proc');
|
||||
Reference in New Issue
Block a user