fix(DB/Spell): Make Amplify Magic Ranks 4-7 as Positive (#4567)
This commit is contained in:
parent
5eb15d8ac0
commit
75569dd824
1 changed files with 10 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613268991019765900');
|
||||
|
||||
/* Correctly set Amplify Magic Ranks 4 thru 7 as positive buffs.
|
||||
*/
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (43017, 33946, 27130, 10170);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(43017, 100663296),
|
||||
(33946, 100663296),
|
||||
(27130, 100663296),
|
||||
(10170, 100663296);
|
||||
Loading…
Add table
Add a link
Reference in a new issue