From b9def15aa77c31ed3f0d2cdd69b26f8e0b1b3545 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 (cherry picked from commit 9f7b464a6aa5b64bf5ec5c0f586853fbc71029c6) --- sql/updates/world/master/2021_12_19_20_world_2019_12_26_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_19_20_world_2019_12_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_19_20_world_2019_12_26_00_world.sql b/sql/updates/world/master/2021_12_19_20_world_2019_12_26_00_world.sql new file mode 100644 index 00000000000..90bcaf900e2 --- /dev/null +++ b/sql/updates/world/master/2021_12_19_20_world_2019_12_26_00_world.sql @@ -0,0 +1,4 @@ +-- +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'); -- cgit v1.2.3