fix(Scripts/BlackTemple): Adjust handling for Shared Rule spell. (#19770)
This commit is contained in:
parent
1fd59e2831
commit
2bb45fcd30
2 changed files with 52 additions and 18 deletions
2
data/sql/updates/pending_db_world/shared-rule.sql
Normal file
2
data/sql/updates/pending_db_world/shared-rule.sql
Normal 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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue