diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-02-11 21:10:56 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-02-11 21:10:56 -0300 |
| commit | 477878630e1bb2811d9be97189f0c819377b7840 (patch) | |
| tree | 35356bb7ad1fe079212fbdcc0bbd4b590a55109f /sql | |
| parent | 9d0e90829cb6e6da8bab2a0bf2834834998c5708 (diff) | |
Core/Scripts: implemented Combined Toxins proc only from poisons
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_11_02_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_11_02_world_335.sql b/sql/updates/world/3.3.5/2018_02_11_02_world_335.sql new file mode 100644 index 00000000000..5a98c0da863 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
