aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-08-23 20:41:54 -0300
committerJohn Holiver <none@none>2010-08-23 20:41:54 -0300
commit48bfe264d9dcc5f3dbfaa957146363029e4eae4a (patch)
tree771bf70b0df5dc638e55c1062264e91821c4c829 /sql/updates
parent34384a38326d2fe8152d266566ebcf8dc6fccb3b (diff)
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) --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9551_world_spell_bonus_data.sql1
-rw-r--r--sql/updates/9551_world_spell_proc_event.sql3
2 files changed, 4 insertions, 0 deletions
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