aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-11 21:10:56 -0300
committerShauren <shauren.trinity@gmail.com>2021-06-19 23:33:38 +0200
commita24af55d13acfbf31598d7e140a245b4ebf5b66b (patch)
treedec76e222efcebac5f136fea6d5609ba367ccb29 /sql
parentc21dc3c1b7985cbffaaf1cd17a48bddd2106154d (diff)
Core/Scripts: implemented Combined Toxins proc only from poisons
(cherry picked from commit 477878630e1bb2811d9be97189f0c819377b7840)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_19_19_world_2018_02_11_02_world_335.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_19_19_world_2018_02_11_02_world_335.sql b/sql/updates/world/master/2021_06_19_19_world_2018_02_11_02_world_335.sql
new file mode 100644
index 00000000000..5a98c0da863
--- /dev/null
+++ b/sql/updates/world/master/2021_06_19_19_world_2018_02_11_02_world_335.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_combined_toxins';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(56584, 'spell_combined_toxins');