mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
6
data/sql/updates/db_world/2025_08_12_01.sql
Normal file
6
data/sql/updates/db_world/2025_08_12_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_08_12_00 -> 2025_08_12_01
|
||||
-- Anub'ar Guardian - Sunder Armor, Sunder Armor(H)
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (53618, 59350);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(53618, 4194304),
|
||||
(59350, 4194304);
|
||||
Reference in New Issue
Block a user