mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
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
This commit is contained in:
1
sql/updates/9551_world_spell_bonus_data.sql
Normal file
1
sql/updates/9551_world_spell_bonus_data.sql
Normal file
@@ -0,0 +1 @@
|
||||
INSERT INTO `spell_bonus_data` VALUES (70809, 0, 0, 0, 0, 'Item - Shaman T10 Restoration 4P Bonus');
|
||||
3
sql/updates/9551_world_spell_proc_event.sql
Normal file
3
sql/updates/9551_world_spell_proc_event.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user