fix(Scripts/ScarletEnclave): Improve Might of Mograine aura behavior. (#22320)
This commit is contained in:
parent
6a054da69d
commit
c5cb54c2ea
3 changed files with 6 additions and 2 deletions
4
data/sql/updates/pending_db_world/might-of-mograine.sql
Normal file
4
data/sql/updates/pending_db_world/might-of-mograine.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_area_aura_select_players_and_caster' WHERE `spell_id` = 53642;
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53642;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (53642, 2048);
|
||||
Loading…
Add table
Add a link
Reference in a new issue