summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrew <47818697+Nyeriah@users.noreply.github.com>2024-11-14 16:03:35 -0300
committerGitHub <noreply@github.com>2024-11-14 16:03:35 -0300
commit5252e6cf5b155d058c3f3556d276e373d28e4c45 (patch)
tree22b1a83a3ca85c51c231a2da3d500bef0f9d617e /data
parent65d2ca31cf8c2fa96304487ce70042963ac4de93 (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.sql6
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');