mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
8
data/sql/updates/db_world/2023_10_08_08.sql
Normal file
8
data/sql/updates/db_world/2023_10_08_08.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2023_10_08_07 -> 2023_10_08_08
|
||||
-- Annihilator - Armor Shatter
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=16928;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (16928, 4194304);
|
||||
|
||||
-- Bashguuder & Bashguuder - Puncture Armor
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=17315;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (17315, 4194304);
|
||||
Reference in New Issue
Block a user