fix(Core/Spell): Restore SPELL_ATTR0_CU_AURA_CC (#4472)
This commit is contained in:
parent
d902411171
commit
440d4191ae
6 changed files with 38 additions and 4 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612676592853947300');
|
||||
|
||||
-- Stoneclaw Totem effect
|
||||
UPDATE `spell_custom_attr` SET `attributes`=`attributes`|32 WHERE `spell_id` = 5729;
|
||||
Loading…
Add table
Add a link
Reference in a new issue