aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2019-12-26 13:22:04 -0300
committerGitHub <noreply@github.com>2019-12-26 13:22:04 -0300
commit9f7b464a6aa5b64bf5ec5c0f586853fbc71029c6 (patch)
tree511c8aea409d0c2b52d2f472be8ac92710b58f0e /sql
parent18a4cbee5eb10cf0502ffae9c89ad468a2c58012 (diff)
Scritps/ICC: Fixed resistance calculation for Mutated Transformation (Professor Putricide) (#23858)
More Info in: #23837
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_12_26_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_26_00_world.sql b/sql/updates/world/3.3.5/2019_12_26_00_world.sql
new file mode 100644
index 00000000000..04ab8b791b7
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_12_26_00_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_abomination_mutated_transformation';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(70402,'spell_abomination_mutated_transformation'),
+(72511,'spell_abomination_mutated_transformation'),
+(72512,'spell_abomination_mutated_transformation'),
+(72513,'spell_abomination_mutated_transformation');