DB/Spells: Arcane Concentration will now have a 15 seconds proc cooldown

This commit is contained in:
Ovahlord
2019-08-30 12:27:37 +02:00
parent 8f34b8cbf3
commit 57d20bc25f

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `Cooldown`= 15000 WHERE `SpellId` IN (11213, 12574, 12575);