diff options
| author | Keader <keader.android@gmail.com> | 2020-06-03 22:05:08 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 19:59:50 +0100 |
| commit | 4110a06e8193329c31cb9d59d346294835fd51a5 (patch) | |
| tree | 2b36682f594ced2aaa0dc32c2deadaa2b5252a3b /sql | |
| parent | 9286734b553aecfb9c9e794fac5faee412bda700 (diff) | |
Core/Misc: Fixed resistance calculate for Mutated Transformation and Twilight Bloodbolt (#24717)
Ref: 9f7b464a6aa5b64bf5ec5c0f586853fbc71029c6
- Implemented a new SpellScript hook that allow control Resistance/Absorb amount of a damage spell.
(cherry picked from commit d81a9e5bc3b3e13b47332b3e7817bd0a0b228cbc)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_01_06_36_world_2020_06_03_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_36_world_2020_06_03_00_world.sql b/sql/updates/world/master/2022_01_06_36_world_2020_06_03_00_world.sql new file mode 100644 index 00000000000..92978b2d024 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_36_world_2020_06_03_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_blood_queen_twilight_bloodbolt'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(71446,'spell_blood_queen_twilight_bloodbolt'); |
