diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-26 18:47:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 18:47:15 +0100 |
| commit | f133c0f91699defa406565fc6e43d55916ed6d98 (patch) | |
| tree | 6e04c28d1604932a41ea6ce4a18f66a5ed7740c1 /sql | |
| parent | 38096181ebcc61df3155f6d419974cd96544e4a8 (diff) | |
Scripts/AtalDazar: Fix Rezan mechanics on heroic and mythic difficulty (#30640)
* and improve code
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_01_26_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_26_00_world.sql b/sql/updates/world/master/2025_01_26_00_world.sql new file mode 100644 index 00000000000..86fb1cf4392 --- /dev/null +++ b/sql/updates/world/master/2025_01_26_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rezan_pile_of_bones_slow'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(257483, 'spell_rezan_pile_of_bones_slow'); |
