diff options
author | Teleqraph <nyrdeveloper@gmail.com> | 2023-04-17 06:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 06:51:37 +0200 |
commit | 1b3f93aa0fd2d28bfcc01a33bec1c49074c4674f (patch) | |
tree | 8d974d491b5485017d64f7e39f869cf06f443229 /sql | |
parent | 6ba619d26eae92be79013197de548ef81cdedb74 (diff) |
Core/Spells: Unify Bloodlust spells for all classes (#28927)
Co-authored-by: ModoX <moardox@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_04_16_01_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_04_16_01_world.sql b/sql/updates/world/master/2023_04_16_01_world.sql new file mode 100644 index 00000000000..583e00c9ddc --- /dev/null +++ b/sql/updates/world/master/2023_04_16_01_world.sql @@ -0,0 +1,13 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (2825, 32182, 80353, 264667, 390386, 146555, 178207, 230935, 256740, 309658, 381301); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(2825, 'spell_sha_bloodlust'), +(32182, 'spell_sha_heroism'), +(80353, 'spell_mage_time_warp'), +(264667, 'spell_hun_primal_rage'), +(390386, 'spell_evo_fury_of_the_aspects'), +(146555, 'spell_item_bloodlust_drums'), +(178207, 'spell_item_bloodlust_drums'), +(230935, 'spell_item_bloodlust_drums'), +(256740, 'spell_item_bloodlust_drums'), +(309658, 'spell_item_bloodlust_drums'), +(381301, 'spell_item_bloodlust_drums'); |