fix(DB/Spells): Amplify/Dampen Magic buff should not block each other from casting (#10563)

Fixed #8602
This commit is contained in:
UltraNix
2022-02-25 10:39:25 +01:00
committed by GitHub
parent 3e78f28c3c
commit b40c96e682

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644168181261907700');
UPDATE `spell_group` SET `special_flag`=0x020 WHERE `id`=1027;