mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Spell): Add armor ignore attribute to Shared Rule damage spell. (#20160)
Init.
This commit is contained in:
2
data/sql/updates/pending_db_world/shared-rule-damage.sql
Normal file
2
data/sql/updates/pending_db_world/shared-rule-damage.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 41342;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (41342, 32768);
|
||||
Reference in New Issue
Block a user