diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9551_world_spell_bonus_data.sql | 1 | ||||
| -rw-r--r-- | sql/updates/9551_world_spell_proc_event.sql | 3 |
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 |
