fix(Core/Spells): Custom attributes belong in the DB (#11405)
* fix(Core/Spells): Custom attributes belong in the DB * Update rev_1650033460420476500.sql
This commit is contained in:
parent
28b8a81f3e
commit
d6c195a989
2 changed files with 5 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650033460420476500');
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 22247;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(22247, 0x00000040);
|
||||
Loading…
Add table
Add a link
Reference in a new issue