aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-12 16:11:53 +0700
committertobmaps <spambot42@yandex.ru>2011-05-12 16:11:53 +0700
commit60d6788336b5d02d4bf998c6a8e2255fecb04393 (patch)
tree645ea8ddc6b6271c8c70a6b9c70ce39c3304ce87
parent6396cf3e46b4c45788247968b5774cd4976b71ad (diff)
Core/Spells: Fix hunter talent Frenzy
Closes #709
-rw-r--r--sql/base/world_database.sql1
-rw-r--r--sql/updates/world/2011_05_12_00_world_spell_proc_event.sql3
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 2621be04a6a..52cce7d4876 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -18584,6 +18584,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam
( 20500, 0x00, 4, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Berserker Rage (Rank 1)
( 20501, 0x00, 4, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Berserker Rage (Rank 2)
( 20705, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Power Shield 500
+( 20784, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Tamed Pet Passive 07
( 20911, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000070, 0, 0, 0), -- Blessing of Sanctuary
( 20925, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 1)
( 20927, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 2)
diff --git a/sql/updates/world/2011_05_12_00_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_00_world_spell_proc_event.sql
new file mode 100644
index 00000000000..b34ff472d4b
--- /dev/null
+++ b/sql/updates/world/2011_05_12_00_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry` = 20784;
+INSERT INTO `spell_proc_event` VALUES
+(20784,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000002,0,0,0);