mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
[7230] Add spell_bonus_data for 18220 and ranks. Author: Dietrich
[7232] Use constant name that hide client dependent value. Author: VladimirMangos Skip: [7231] Some info to sql updates commiters in slq/update/README and spell chain update of [7230] --HG-- branch : trunk
This commit is contained in:
9
sql/updates/7230_02_mangos_spell_bonus_data.sql
Normal file
9
sql/updates/7230_02_mangos_spell_bonus_data.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
ALTER TABLE db_version CHANGE COLUMN required_7230_01_mangos_spell_chain required_7230_02_mangos_spell_bonus_data bit;
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (18220,18937,18938,27265,59092);
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
('18220', '0.96', '0', '0', 'Warlock - Dark Pact Rank 1'),
|
||||
('18937', '0.96', '0', '0', 'Warlock - Dark Pact Rank 2'),
|
||||
('18938', '0.96', '0', '0', 'Warlock - Dark Pact Rank 3'),
|
||||
('27265', '0.96', '0', '0', 'Warlock - Dark Pact Rank 4'),
|
||||
('59092', '0.96', '0', '0', 'Warlock - Dark Pact Rank 5');
|
||||
Reference in New Issue
Block a user