diff options
| author | Robingad <robingad@rambler.ru> | 2022-01-28 00:23:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-27 23:23:37 +0100 |
| commit | 1696d738608fa8ed30321b5b4050d5516b5765f6 (patch) | |
| tree | 6375975a864df0849b92d8febced86f8df68dd90 /sql/updates | |
| parent | 7fa2fa2f5eb785c59461acf11bb26b45545384bd (diff) | |
Scripts/Spells: Move shaman Lava Burst crit chance calculation to scripts and add Lava Burst Overload (#27676)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2022_01_27_04_world_shaman_lavaburst_crit_chance.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_27_04_world_shaman_lavaburst_crit_chance.sql b/sql/updates/world/master/2022_01_27_04_world_shaman_lavaburst_crit_chance.sql new file mode 100644 index 00000000000..f8831401571 --- /dev/null +++ b/sql/updates/world/master/2022_01_27_04_world_shaman_lavaburst_crit_chance.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_sha_lava_crit_chance'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(285452, 'spell_sha_lava_crit_chance'), -- Lava Burst +(285466, 'spell_sha_lava_crit_chance'); -- Lava Burst Overload |
