mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[7199] Fix some spell bonus coefficients
Add some proc triger data Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
727773e797
commit
fdfd9c647a
5 changed files with 86 additions and 8 deletions
11
sql/updates/7199_01_mangos_spell_bonus_data.sql
Normal file
11
sql/updates/7199_01_mangos_spell_bonus_data.sql
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_7196_02_mangos_spell_bonus_data required_7199_01_mangos_spell_bonus_data bit;
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (44614, 139, 49821, 53022, 18265, 31117, 28176);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
('44614', '0.8571', '0', '0', 'Mage - Frostfire Bolt'),
|
||||
('139', '0', '0.376', '0', 'Priest - Renew'),
|
||||
('49821', '0.14286', '0', '0', 'Priest - Mind Sear Trigger Rank 1'),
|
||||
('53022', '0.14286', '0', '0', 'Priest - Mind Sear Trigger Rank 2'),
|
||||
('18265', '0', '0.1', '0', 'Warlock - Siphon Life'),
|
||||
('31117', '1.8', '0', '0', 'Warlock - Unstable Affliction Dispell'),
|
||||
('28176', '0', '0', '0', 'Warlock - Fel Armor');
|
||||
Loading…
Add table
Add a link
Reference in a new issue