aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-01 20:23:58 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-01 20:23:58 +0200
commitec34ff90239e273583f2943bd0c5568d05c917b5 (patch)
tree8baa6624c4d0e760a586c49f1494ea5d885a004a
parent3814bbdd46f33d20dfde27c1e1bc38e9c6183469 (diff)
DB/Spells: Fix shaman "Item - Shaman T13 Restoration 2P Bonus (Mana Tide)"
-rw-r--r--sql/updates/world/2013_08_01_01_world_spell_proc_event_434.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_01_01_world_spell_proc_event_434.sql b/sql/updates/world/2013_08_01_01_world_spell_proc_event_434.sql
new file mode 100644
index 00000000000..7bb6d5a58db
--- /dev/null
+++ b/sql/updates/world/2013_08_01_01_world_spell_proc_event_434.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry`=105764;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(105764, 0, 11, 0x20000000, 0, 0, 0, 0, 0, 0, 0);