From 48bfe264d9dcc5f3dbfaa957146363029e4eae4a Mon Sep 17 00:00:00 2001 From: John Holiver Date: Mon, 23 Aug 2010 20:41:54 -0300 Subject: Fix Shaman Tier Bonus * T9 Ele 4P * T10 Res 4P * T10 Enh 2P * Partially, T10 Ele 2P (need some way to send ¨decrease CD¨ msg to client) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : trunk --- sql/updates/9551_world_spell_bonus_data.sql | 1 + sql/updates/9551_world_spell_proc_event.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/9551_world_spell_bonus_data.sql create mode 100644 sql/updates/9551_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/9551_world_spell_bonus_data.sql b/sql/updates/9551_world_spell_bonus_data.sql new file mode 100644 index 00000000000..ae040a7e03c --- /dev/null +++ b/sql/updates/9551_world_spell_bonus_data.sql @@ -0,0 +1 @@ +INSERT INTO `spell_bonus_data` VALUES (70809, 0, 0, 0, 0, 'Item - Shaman T10 Restoration 4P Bonus'); diff --git a/sql/updates/9551_world_spell_proc_event.sql b/sql/updates/9551_world_spell_proc_event.sql new file mode 100644 index 00000000000..572673adeb7 --- /dev/null +++ b/sql/updates/9551_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +-- Item - Shaman T10 Enhancement 2P Bonus +DELETE FROM `spell_proc_event` WHERE `entry` = 70830; +INSERT INTO `spell_proc_event` VALUES (70830, 0x00, 11, 0x00000000, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); \ No newline at end of file -- cgit v1.2.3