diff options
author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2024-11-14 16:03:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 16:03:35 -0300 |
commit | 5252e6cf5b155d058c3f3556d276e373d28e4c45 (patch) | |
tree | 22b1a83a3ca85c51c231a2da3d500bef0f9d617e /data | |
parent | 65d2ca31cf8c2fa96304487ce70042963ac4de93 (diff) |
fix(Scripts/Spells): Spell school reflectors should have failure chan… (#20560)
fix(Scripts/Spells): Spell school reflectors should have failure chance at higher levels
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1731586109166584600.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731586109166584600.sql b/data/sql/updates/pending_db_world/rev_1731586109166584600.sql new file mode 100644 index 0000000000..f2d832a095 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1731586109166584600.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_spell_reflectors'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(23132, 'spell_item_spell_reflectors'), +(23097, 'spell_item_spell_reflectors'), +(23131, 'spell_item_spell_reflectors'); |