aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2021_09_09_10_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_09_09_10_world.sql b/sql/updates/world/3.3.5/2021_09_09_10_world.sql
new file mode 100644
index 00000000000..5a3c28e7a78
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_09_09_10_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `spell_id` = 22269 AND `ScriptName` = 'spell_gen_injured';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(22269,'spell_gen_injured');