mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
[9978] Add explicit AP damage bonus for spells 55095, 55095.
Original patch provided johonson.
This commit is contained in:
parent
fe69843ce7
commit
4e716c67da
6 changed files with 17 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ CREATE TABLE `db_version` (
|
|||
`version` varchar(120) default NULL,
|
||||
`creature_ai_version` varchar(120) default NULL,
|
||||
`cache_id` int(10) default '0',
|
||||
`required_9977_01_mangos_spell_proc_event` bit(1) default NULL
|
||||
`required_9978_01_mangos_spell_bonus_data` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
||||
|
||||
--
|
||||
|
|
@ -14204,12 +14204,10 @@ LOCK TABLES `spell_bonus_data` WRITE;
|
|||
INSERT INTO `spell_bonus_data` VALUES
|
||||
/* Death Knight */
|
||||
(48721, 0, 0, 0.04, 'Death Knight - Blood Boil'),
|
||||
(55078, 0, 0, 0.055, 'Death Knight - Blood Plague Dummy Proc'),
|
||||
(50444, 0, 0, 0.105, 'Death Knight - Corpse Explosion Triggered'),
|
||||
(52212, 0, 0, 0.0475,'Death Knight - Death and Decay Triggered'),
|
||||
(47632, 0, 0, 0.15, 'Death Knight - Death Coil Damage'),
|
||||
(47633, 0, 0, 0.15, 'Death Knight - Death Coil Heal'),
|
||||
(55095, 0, 0, 0.055, 'Death Knight - Frost Fever'),
|
||||
(49184, 0, 0, 0.1, 'Death Knight - Howling Blast'),
|
||||
(45477, 0, 0, 0.1, 'Death Knight - Icy Touch'),
|
||||
(56903, 0, 0, 0, 'Death Knight - Lichflame'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue