fix(Scripts/BlackTemple): Adjust handling for Shared Rule spell. (#19770)

This commit is contained in:
Benjamin Jackson 2024-08-30 08:04:08 -04:00 committed by GitHub
parent 1fd59e2831
commit 2bb45fcd30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 52 additions and 18 deletions

View file

@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 41455;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (41455, 'spell_illidari_council_circle_of_healing');