From 9f7b464a6aa5b64bf5ec5c0f586853fbc71029c6 Mon Sep 17 00:00:00 2001 From: Keader Date: Thu, 26 Dec 2019 13:22:04 -0300 Subject: Scritps/ICC: Fixed resistance calculation for Mutated Transformation (Professor Putricide) (#23858) More Info in: #23837 --- sql/updates/world/3.3.5/2019_12_26_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_26_00_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3