mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9460] Spellpower bonuses for spell 47540 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b57f4a179b
commit
01e05f5d7e
6 changed files with 42 additions and 3 deletions
7
sql/updates/9460_01_mangos_spell_bonus_data.sql
Normal file
7
sql/updates/9460_01_mangos_spell_bonus_data.sql
Normal 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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue