[9460] Spellpower bonuses for spell 47540 and ranks.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
przemratajczak 2010-02-27 00:17:48 +03:00 committed by VladimirMangos
parent b57f4a179b
commit 01e05f5d7e
6 changed files with 42 additions and 3 deletions

View file

@ -0,0 +1,7 @@
ALTER TABLE db_version CHANGE COLUMN required_9450_01_mangos_spell_proc_event required_9460_01_mangos_spell_bonus_data bit;
-- Penance effects (healing bonus 0.537, dmg bonus 0.229)
DELETE FROM spell_bonus_data WHERE entry IN (47666,47750,52983,52984,52985,52998,52999,53000);
INSERT INTO spell_bonus_data VALUES
(47666, 0.229, 0, 0,'Penance - dmg effect'),
(47750, 0.537, 0, 0,'Penance - heal effect');