diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-15 22:41:53 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-15 22:41:53 +0200 |
commit | 443940c08400ec55d067b305c7353ebb082ef277 (patch) | |
tree | 49633ee3c42f41ca36936cbece69ad999eb2d4f6 | |
parent | 7aff234ada2a64f07d10fe5fc9880bc2b3f647ec (diff) |
DB/Spells: Fix shaman talent "Tidal Waves" drop charges with effect 1
-rw-r--r-- | sql/updates/world/2013_08_15_00_world_spell_proc_event_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_15_00_world_spell_proc_event_434.sql b/sql/updates/world/2013_08_15_00_world_spell_proc_event_434.sql new file mode 100644 index 00000000000..83d957d4725 --- /dev/null +++ b/sql/updates/world/2013_08_15_00_world_spell_proc_event_434.sql @@ -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); |