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:
John Holiver
2010-08-23 20:41:54 -03:00
parent 34384a3832
commit 48bfe264d9
4 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1 @@
INSERT INTO `spell_bonus_data` VALUES (70809, 0, 0, 0, 0, 'Item - Shaman T10 Restoration 4P Bonus');

View 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);