aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2021-09-09 23:54:05 +0300
committerGitHub <noreply@github.com>2021-09-09 23:54:05 +0300
commitff8ddbfd53271a144075b49d01a75a1da33ccb6e (patch)
tree0e97f9a3e8f64f4618856e68ad1b32e2b8b61bd8 /sql
parent20aa0f0dd9257a46c11c4996b4b8fead6c8a4bc0 (diff)
Scripts/Spells: Script for 'Injured' (22269) (#26882)
Diffstat (limited to 'sql')
-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');