diff options
| author | Keader <keader.android@gmail.com> | 2019-12-26 13:22:04 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 15:33:41 +0100 |
| commit | b9def15aa77c31ed3f0d2cdd69b26f8e0b1b3545 (patch) | |
| tree | 555cc24022e6d6b8653db68d2e2c7a7d241a429c /sql/updates/world | |
| parent | 96ec8477f0b9580881a955356a42fb3b109c0b49 (diff) | |
Scritps/ICC: Fixed resistance calculation for Mutated Transformation (Professor Putricide) (#23858)
More Info in: #23837
(cherry picked from commit 9f7b464a6aa5b64bf5ec5c0f586853fbc71029c6)
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2021_12_19_20_world_2019_12_26_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
