diff options
author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2024-11-10 14:54:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 14:54:33 -0300 |
commit | 91b8cc29cfa2652f84a780998ad82e37b950934c (patch) | |
tree | eb9619400f391fb970647355d3d00ce505efae77 /data | |
parent | e8366f69350fd09ed9d8b37474a7b3274b761559 (diff) |
fix(Scripts/Spells): Limit Cyclone (39594) to 4 targets (#20506)
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1731221614295821000.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731221614295821000.sql b/data/sql/updates/pending_db_world/rev_1731221614295821000.sql new file mode 100644 index 0000000000..806f99e6fb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1731221614295821000.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `spell_id` = 39594; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(39594, 'spell_gen_select_target_count_15_4'); |