Core: Updated allowed build to 11.2.0.62876

Port From (https://github.com/TrinityCore/TrinityCore/commit/a884a5f4b4fff8d5a8f322f63e8eabe16a96b588)
This commit is contained in:
Hondacrx
2025-09-01 16:53:55 -04:00
parent 0cd489e402
commit e1adc77447
5 changed files with 47 additions and 6 deletions
@@ -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');