DB/Spells: Fix shaman talent "Tidal Waves" drop charges with effect 1

This commit is contained in:
Vincent-Michael
2013-08-15 22:41:53 +02:00
parent 7aff234ada
commit 443940c084

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc_event` WHERE `entry`=53390;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(53390, 11, 0, 192, 0, 65536, 0, 0, 0, 0, 0);