mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
[7024] Add gathering skill grow bonus spell chanin data. Sort prof. spell chain data by skill ids as other spells.
This commit is contained in:
parent
76997d823e
commit
f50083928a
4 changed files with 237 additions and 141 deletions
343
sql/mangos.sql
343
sql/mangos.sql
|
|
@ -22,7 +22,7 @@
|
||||||
DROP TABLE IF EXISTS `db_version`;
|
DROP TABLE IF EXISTS `db_version`;
|
||||||
CREATE TABLE `db_version` (
|
CREATE TABLE `db_version` (
|
||||||
`version` varchar(120) default NULL,
|
`version` varchar(120) default NULL,
|
||||||
`required_7015_01_mangos_item_template` bit(1) default NULL
|
`required_7024_01_mangos_spell_chain` bit(1) default NULL
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
@ -13466,6 +13466,16 @@ INSERT INTO spell_chain VALUES
|
||||||
(48159,34917,34914,4,0),
|
(48159,34917,34914,4,0),
|
||||||
(48160,48159,34914,5,0),
|
(48160,48159,34914,5,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (129) First Aid
|
||||||
|
------------------*/
|
||||||
|
/*First Aid*/
|
||||||
|
(3273,0,3273,1,0),
|
||||||
|
(3274,3273,3273,2,0),
|
||||||
|
(7924,3274,3273,3,0),
|
||||||
|
(10846,7924,3273,4,0),
|
||||||
|
(27028,10846,3273,5,0),
|
||||||
|
(45542,27028,3273,6,0),
|
||||||
|
/*------------------
|
||||||
-- (134) Feral Combat (Druid)
|
-- (134) Feral Combat (Druid)
|
||||||
------------------*/
|
------------------*/
|
||||||
/*Bash*/
|
/*Bash*/
|
||||||
|
|
@ -13691,6 +13701,64 @@ INSERT INTO spell_chain VALUES
|
||||||
(58431,27022,1510,5,0),
|
(58431,27022,1510,5,0),
|
||||||
(58434,58431,1510,6,0),
|
(58434,58431,1510,6,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (164) Blacksmithing
|
||||||
|
------------------*/
|
||||||
|
/*Blacksmithing*/
|
||||||
|
(2018,0,2018,1,0),
|
||||||
|
(3100,2018,2018,2,0),
|
||||||
|
(3538,3100,2018,3,0),
|
||||||
|
(9785,3538,2018,4,0),
|
||||||
|
(9787,9785,2018,5,0),
|
||||||
|
(9788,9785,2018,5,0),
|
||||||
|
(29844,9785,2018,5,0),
|
||||||
|
(17039,9787,2018,6,0),
|
||||||
|
(17040,9787,2018,6,0),
|
||||||
|
(17041,9787,2018,6,0),
|
||||||
|
(51300,29844,2018,6,0),
|
||||||
|
/*------------------
|
||||||
|
-- (165) Leatherworking
|
||||||
|
------------------*/
|
||||||
|
/*Leatherworking*/
|
||||||
|
(2108,0,2108,1,0),
|
||||||
|
(3104,2108,2108,2,0),
|
||||||
|
(3811,3104,2108,3,0),
|
||||||
|
(10662,3811,2108,4,0),
|
||||||
|
(10656,10662,2108,5,0),
|
||||||
|
(10658,10662,2108,5,0),
|
||||||
|
(10660,10662,2108,5,0),
|
||||||
|
(32549,10662,2108,5,0),
|
||||||
|
(51302,32549,2108,6,0),
|
||||||
|
/*------------------
|
||||||
|
-- (171) Alchemy
|
||||||
|
------------------*/
|
||||||
|
/* Alchemy */
|
||||||
|
(2259,0,2259,1,0),
|
||||||
|
(3101,2259,2259,2,0),
|
||||||
|
(3464,3101,2259,3,0),
|
||||||
|
(11611,3464,2259,4,0),
|
||||||
|
(28596,11611,2259,5,0),
|
||||||
|
(28672,11611,2259,5,0),
|
||||||
|
(28675,11611,2259,5,0),
|
||||||
|
(28677,11611,2259,5,0),
|
||||||
|
(51304,28596,2259,6,0),
|
||||||
|
/*------------------
|
||||||
|
-- (182) Herbalizm
|
||||||
|
------------------*/
|
||||||
|
/*Herb Gathering*/
|
||||||
|
(2366,0,2366,1,0),
|
||||||
|
(2368,2366,2366,2,0),
|
||||||
|
(3570,2368,2366,3,0),
|
||||||
|
(11993,3570,2366,4,0),
|
||||||
|
(28695,11993,2366,5,0),
|
||||||
|
(50300,28695,2366,6,0),
|
||||||
|
/*Lifeblood*/
|
||||||
|
(55428,0,55428,1,0),
|
||||||
|
(55480,55428,55428,2,0),
|
||||||
|
(55500,55480,55428,3,0),
|
||||||
|
(55501,55500,55428,4,0),
|
||||||
|
(55502,55501,55428,5,0),
|
||||||
|
(55503,55502,55428,6,0),
|
||||||
|
/*------------------
|
||||||
-- (184) Retribution (Paladin)
|
-- (184) Retribution (Paladin)
|
||||||
------------------*/
|
------------------*/
|
||||||
/*Blessingof Might*/
|
/*Blessingof Might*/
|
||||||
|
|
@ -13726,7 +13794,34 @@ INSERT INTO spell_chain VALUES
|
||||||
(27150,10301,7294,6,0),
|
(27150,10301,7294,6,0),
|
||||||
(54043,27150,7294,7,0),
|
(54043,27150,7294,7,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
--(188) Pet - Imp
|
-- (185) Cooking
|
||||||
|
------------------*/
|
||||||
|
/*Cooking*/
|
||||||
|
(2550,0,2550,1,0),
|
||||||
|
(3102,2550,2550,2,0),
|
||||||
|
(3413,3102,2550,3,0),
|
||||||
|
(18260,3413,2550,4,0),
|
||||||
|
(33359,18260,2550,5,0),
|
||||||
|
(51296,33359,2550,6,0),
|
||||||
|
/*------------------
|
||||||
|
-- (186) Mining
|
||||||
|
------------------*/
|
||||||
|
/*Mining*/
|
||||||
|
(2575,0,2575,1,0),
|
||||||
|
(2576,2575,2575,2,0),
|
||||||
|
(3564,2576,2575,3,0),
|
||||||
|
(10248,3564,2575,4,0),
|
||||||
|
(29354,10248,2575,5,0),
|
||||||
|
(50310,29354,2575,6,0),
|
||||||
|
/*Toughness*/
|
||||||
|
(53120,0,53120,1,0),
|
||||||
|
(53121,53120,53120,2,0),
|
||||||
|
(53122,53121,53120,3,0),
|
||||||
|
(53123,53122,53120,4,0),
|
||||||
|
(53124,53123,53120,5,0),
|
||||||
|
(53040,53124,53120,6,0),
|
||||||
|
/*------------------
|
||||||
|
-- (188) Pet - Imp
|
||||||
------------------*/
|
------------------*/
|
||||||
/*Blood Pact*/
|
/*Blood Pact*/
|
||||||
(6307,0,6307,1,0),
|
(6307,0,6307,1,0),
|
||||||
|
|
@ -13775,6 +13870,19 @@ INSERT INTO spell_chain VALUES
|
||||||
(19244,0,19244,1,0),
|
(19244,0,19244,1,0),
|
||||||
(19647,19244,19244,2,0),
|
(19647,19244,19244,2,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (197) Tailoring
|
||||||
|
------------------*/
|
||||||
|
/*Tailoring*/
|
||||||
|
(3908,0,3908,1,0),
|
||||||
|
(3909,3908,3908,2,0),
|
||||||
|
(3910,3909,3908,3,0),
|
||||||
|
(12180,3910,3908,4,0),
|
||||||
|
(26790,12180,3908,5,0),
|
||||||
|
(26797,12180,3908,5,0),
|
||||||
|
(26798,12180,3908,5,0),
|
||||||
|
(26801,12180,3908,5,0),
|
||||||
|
(51309,26790,3908,6,0);
|
||||||
|
/*------------------
|
||||||
--(203)Pet-Spider
|
--(203)Pet-Spider
|
||||||
--(208)Pet-Wolf
|
--(208)Pet-Wolf
|
||||||
--(212)Pet-Crocolisk
|
--(212)Pet-Crocolisk
|
||||||
|
|
@ -13796,6 +13904,18 @@ INSERT INTO spell_chain VALUES
|
||||||
(52473,27050,17253,10,0),
|
(52473,27050,17253,10,0),
|
||||||
(52474,52473,17253,11,0),
|
(52474,52473,17253,11,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (202) Engineering
|
||||||
|
------------------*/
|
||||||
|
/*Engineering*/
|
||||||
|
(4036,0,4036,1,0),
|
||||||
|
(4037,4036,4036,2,0),
|
||||||
|
(4038,4037,4036,3,0),
|
||||||
|
(12656,4038,4036,4,0),
|
||||||
|
(20219,12656,4036,5,0),
|
||||||
|
(20222,12656,4036,5,0),
|
||||||
|
(30350,12656,4036,5,0),
|
||||||
|
(51306,30350,4036,6,0),
|
||||||
|
/*------------------
|
||||||
-- (204) Pet - Voidwalker
|
-- (204) Pet - Voidwalker
|
||||||
------------------*/
|
------------------*/
|
||||||
/*Consume Shadows*/
|
/*Consume Shadows*/
|
||||||
|
|
@ -14339,6 +14459,16 @@ INSERT INTO spell_chain VALUES
|
||||||
(27047,14921,2649,8,0),
|
(27047,14921,2649,8,0),
|
||||||
(61676,27047,2649,9,0),
|
(61676,27047,2649,9,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (333) Enchanting
|
||||||
|
------------------*/
|
||||||
|
/*Enchanting*/
|
||||||
|
(7411,0,7411,1,0),
|
||||||
|
(7412,7411,7411,2,0),
|
||||||
|
(7413,7412,7411,3,0),
|
||||||
|
(13920,7413,7411,4,0),
|
||||||
|
(28029,13920,7411,5,0),
|
||||||
|
(51313,28029,7411,6,0),
|
||||||
|
/*------------------
|
||||||
--(354)Demonology
|
--(354)Demonology
|
||||||
------------------*/
|
------------------*/
|
||||||
/*Banish*/
|
/*Banish*/
|
||||||
|
|
@ -14536,16 +14666,26 @@ INSERT INTO spell_chain VALUES
|
||||||
(47841,30405,30108,4,0),
|
(47841,30405,30108,4,0),
|
||||||
(47843,47841,30108,5,0),
|
(47843,47841,30108,5,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
--(373)Enhancement
|
-- (356) Fishing
|
||||||
------------------*/
|
------------------*/
|
||||||
/*FireResistanceTotem*/
|
/*Fishing*/
|
||||||
|
(7620,0,7620,1,0),
|
||||||
|
(7731,7620,7620,2,0),
|
||||||
|
(7732,7731,7620,3,0),
|
||||||
|
(18248,7732,7620,4,0),
|
||||||
|
(33095,18248,7620,5,0),
|
||||||
|
(51294,33095,7620,6,0),
|
||||||
|
/*------------------
|
||||||
|
--(373) Enhancement
|
||||||
|
------------------*/
|
||||||
|
/*Fire Resistance Totem*/
|
||||||
(8184,0,8184,1,0),
|
(8184,0,8184,1,0),
|
||||||
(10537,8184,8184,2,0),
|
(10537,8184,8184,2,0),
|
||||||
(10538,10537,8184,3,0),
|
(10538,10537,8184,3,0),
|
||||||
(25563,10538,8184,4,0),
|
(25563,10538,8184,4,0),
|
||||||
(58737,25563,8184,5,0),
|
(58737,25563,8184,5,0),
|
||||||
(58739,58737,8184,6,0),
|
(58739,58737,8184,6,0),
|
||||||
/*FlametongueTotem*/
|
/*Flametongue Totem*/
|
||||||
(8227,0,8227,1,0),
|
(8227,0,8227,1,0),
|
||||||
(8249,8227,8227,2,0),
|
(8249,8227,8227,2,0),
|
||||||
(10526,8249,8227,3,0),
|
(10526,8249,8227,3,0),
|
||||||
|
|
@ -14554,7 +14694,7 @@ INSERT INTO spell_chain VALUES
|
||||||
(58649,25557,8227,6,0),
|
(58649,25557,8227,6,0),
|
||||||
(58652,58649,8227,7,0),
|
(58652,58649,8227,7,0),
|
||||||
(58656,58652,8227,8,0),
|
(58656,58652,8227,8,0),
|
||||||
/*FlametongueWeapon*/
|
/*Flametongue Weapon*/
|
||||||
(8024,0,8024,1,0),
|
(8024,0,8024,1,0),
|
||||||
(8027,8024,8024,2,0),
|
(8027,8024,8024,2,0),
|
||||||
(8030,8027,8024,3,0),
|
(8030,8027,8024,3,0),
|
||||||
|
|
@ -14565,14 +14705,14 @@ INSERT INTO spell_chain VALUES
|
||||||
(58785,25489,8024,8,0),
|
(58785,25489,8024,8,0),
|
||||||
(58789,58785,8024,9,0),
|
(58789,58785,8024,9,0),
|
||||||
(58790,58789,8024,10,0),
|
(58790,58789,8024,10,0),
|
||||||
/*FrostResistanceTotem*/
|
/*Frost Resistance Totem*/
|
||||||
(8181,0,8181,1,0),
|
(8181,0,8181,1,0),
|
||||||
(10478,8181,8181,2,0),
|
(10478,8181,8181,2,0),
|
||||||
(10479,10478,8181,3,0),
|
(10479,10478,8181,3,0),
|
||||||
(25560,10479,8181,4,0),
|
(25560,10479,8181,4,0),
|
||||||
(58741,25560,8181,5,0),
|
(58741,25560,8181,5,0),
|
||||||
(58745,58741,8181,6,0),
|
(58745,58741,8181,6,0),
|
||||||
/*FrostbrandWeapon*/
|
/*Frostbrand Weapon*/
|
||||||
(8033,0,8033,1,0),
|
(8033,0,8033,1,0),
|
||||||
(8038,8033,8033,2,0),
|
(8038,8033,8033,2,0),
|
||||||
(10456,8038,8033,3,0),
|
(10456,8038,8033,3,0),
|
||||||
|
|
@ -14603,19 +14743,19 @@ INSERT INTO spell_chain VALUES
|
||||||
(25472,25469,324,9,0),
|
(25472,25469,324,9,0),
|
||||||
(49280,25472,324,10,0),
|
(49280,25472,324,10,0),
|
||||||
(49281,49280,324,11,0),
|
(49281,49280,324,11,0),
|
||||||
/*NatureResistanceTotem*/
|
/*Nature Resistance Totem*/
|
||||||
(10595,0,10595,1,0),
|
(10595,0,10595,1,0),
|
||||||
(10600,10595,10595,2,0),
|
(10600,10595,10595,2,0),
|
||||||
(10601,10600,10595,3,0),
|
(10601,10600,10595,3,0),
|
||||||
(25574,10601,10595,4,0),
|
(25574,10601,10595,4,0),
|
||||||
(58746,25574,10595,5,0),
|
(58746,25574,10595,5,0),
|
||||||
(58749,58746,10595,6,0),
|
(58749,58746,10595,6,0),
|
||||||
/*RockbiterWeapon*/
|
/*Rockbiter Weapon*/
|
||||||
(8017,0,8017,1,0),
|
(8017,0,8017,1,0),
|
||||||
(8018,8017,8017,2,0),
|
(8018,8017,8017,2,0),
|
||||||
(8019,8018,8017,3,0),
|
(8019,8018,8017,3,0),
|
||||||
(10399,8019,8017,4,0),
|
(10399,8019,8017,4,0),
|
||||||
/*StoneskinTotem*/
|
/*Stoneskin Totem*/
|
||||||
(8071,0,8071,1,0),
|
(8071,0,8071,1,0),
|
||||||
(8154,8071,8071,2,0),
|
(8154,8071,8071,2,0),
|
||||||
(8155,8154,8071,3,0),
|
(8155,8154,8071,3,0),
|
||||||
|
|
@ -14626,7 +14766,7 @@ INSERT INTO spell_chain VALUES
|
||||||
(25509,25508,8071,8,0),
|
(25509,25508,8071,8,0),
|
||||||
(58751,25509,8071,9,0),
|
(58751,25509,8071,9,0),
|
||||||
(58753,58751,8071,10,0),
|
(58753,58751,8071,10,0),
|
||||||
/*StrengthofEarthTotem*/
|
/*Strength of Earth Totem*/
|
||||||
(8075,0,8075,1,0),
|
(8075,0,8075,1,0),
|
||||||
(8160,8075,8075,2,0),
|
(8160,8075,8075,2,0),
|
||||||
(8161,8160,8075,3,0),
|
(8161,8160,8075,3,0),
|
||||||
|
|
@ -14786,10 +14926,10 @@ INSERT INTO spell_chain VALUES
|
||||||
(25464,10473,8056,5,0),
|
(25464,10473,8056,5,0),
|
||||||
(49235,25464,8056,6,0),
|
(49235,25464,8056,6,0),
|
||||||
(49236,49235,8056,7,0),
|
(49236,49235,8056,7,0),
|
||||||
/*LavaBurst*/
|
/*Lava Burst*/
|
||||||
(51505,0,51505,1,0),
|
(51505,0,51505,1,0),
|
||||||
(60043,51505,51505,2,0),
|
(60043,51505,51505,2,0),
|
||||||
/*LightningBolt*/
|
/*Lightning Bolt*/
|
||||||
(403,0,403,1,0),
|
(403,0,403,1,0),
|
||||||
(529,403,403,2,0),
|
(529,403,403,2,0),
|
||||||
(548,529,403,3,0),
|
(548,529,403,3,0),
|
||||||
|
|
@ -14804,7 +14944,7 @@ INSERT INTO spell_chain VALUES
|
||||||
(25449,25448,403,12,0),
|
(25449,25448,403,12,0),
|
||||||
(49237,25449,403,13,0),
|
(49237,25449,403,13,0),
|
||||||
(49238,49237,403,14,0),
|
(49238,49237,403,14,0),
|
||||||
/*MagmaTotem*/
|
/*Magma Totem*/
|
||||||
(8190,0,8190,1,0),
|
(8190,0,8190,1,0),
|
||||||
(10585,8190,8190,2,0),
|
(10585,8190,8190,2,0),
|
||||||
(10586,10585,8190,3,0),
|
(10586,10585,8190,3,0),
|
||||||
|
|
@ -14815,7 +14955,7 @@ INSERT INTO spell_chain VALUES
|
||||||
/*Purge*/
|
/*Purge*/
|
||||||
(370,0,370,1,0),
|
(370,0,370,1,0),
|
||||||
(8012,370,370,2,0),
|
(8012,370,370,2,0),
|
||||||
/*SearingTotem*/
|
/*Searing Totem*/
|
||||||
(3599,0,3599,1,0),
|
(3599,0,3599,1,0),
|
||||||
(6363,3599,3599,2,0),
|
(6363,3599,3599,2,0),
|
||||||
(6364,6363,3599,3,0),
|
(6364,6363,3599,3,0),
|
||||||
|
|
@ -14826,7 +14966,7 @@ INSERT INTO spell_chain VALUES
|
||||||
(58699,25533,3599,8,0),
|
(58699,25533,3599,8,0),
|
||||||
(58703,58699,3599,9,0),
|
(58703,58699,3599,9,0),
|
||||||
(58704,58703,3599,10,0),
|
(58704,58703,3599,10,0),
|
||||||
/*StoneclawTotem*/
|
/*Stoneclaw Totem*/
|
||||||
(5730,0,5730,1,0),
|
(5730,0,5730,1,0),
|
||||||
(6390,5730,5730,2,0),
|
(6390,5730,5730,2,0),
|
||||||
(6391,6390,5730,3,0),
|
(6391,6390,5730,3,0),
|
||||||
|
|
@ -14837,7 +14977,7 @@ INSERT INTO spell_chain VALUES
|
||||||
(58580,25525,5730,8,0),
|
(58580,25525,5730,8,0),
|
||||||
(58581,58580,5730,9,0),
|
(58581,58580,5730,9,0),
|
||||||
(58582,58581,5730,10,0),
|
(58582,58581,5730,10,0),
|
||||||
/*TotemofWrath*/
|
/*Totemof Wrath*/
|
||||||
(30706,0,30706,1,0),
|
(30706,0,30706,1,0),
|
||||||
(57720,30706,30706,2,0),
|
(57720,30706,30706,2,0),
|
||||||
(57721,57720,30706,3,0),
|
(57721,57720,30706,3,0),
|
||||||
|
|
@ -14848,6 +14988,23 @@ INSERT INTO spell_chain VALUES
|
||||||
(59158,59156,51490,3,0),
|
(59158,59156,51490,3,0),
|
||||||
(59159,59158,51490,4,0),
|
(59159,59158,51490,4,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (393) Skinning
|
||||||
|
------------------*/
|
||||||
|
/*Skinning*/
|
||||||
|
(8613,0,8613,1,0),
|
||||||
|
(8617,8613,8613,2,0),
|
||||||
|
(8618,8617,8613,3,0),
|
||||||
|
(10768,8618,8613,4,0),
|
||||||
|
(32678,10768,8613,5,0),
|
||||||
|
(50305,32678,8613,6,0),
|
||||||
|
/*Master of Anatomy*/
|
||||||
|
(53125,0,53125,1,0),
|
||||||
|
(53662,53125,53125,2,0),
|
||||||
|
(53663,53662,53125,3,0),
|
||||||
|
(53664,53663,53125,4,0),
|
||||||
|
(53665,53664,53125,5,0),
|
||||||
|
(53666,53665,53125,6,0),
|
||||||
|
/*------------------
|
||||||
--(573)Restoration
|
--(573)Restoration
|
||||||
------------------*/
|
------------------*/
|
||||||
/*GiftoftheWild*/
|
/*GiftoftheWild*/
|
||||||
|
|
@ -15350,6 +15507,16 @@ INSERT INTO spell_chain VALUES
|
||||||
(25011,25010,24844,5,0),
|
(25011,25010,24844,5,0),
|
||||||
(25012,25011,24844,6,0),
|
(25012,25011,24844,6,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (755) Jewelcrafting
|
||||||
|
------------------*/
|
||||||
|
/*Jewelcrafting*/
|
||||||
|
(25229,0,25229,1,0),
|
||||||
|
(25230,25229,25229,2,0),
|
||||||
|
(28894,25230,25229,3,0),
|
||||||
|
(28895,28894,25229,4,0),
|
||||||
|
(28897,28895,25229,5,0),
|
||||||
|
(51311,28897,25229,6,0),
|
||||||
|
/*------------------
|
||||||
--(761)Pet-Felguard
|
--(761)Pet-Felguard
|
||||||
------------------*/
|
------------------*/
|
||||||
/*Anguish*/
|
/*Anguish*/
|
||||||
|
|
@ -15368,6 +15535,14 @@ INSERT INTO spell_chain VALUES
|
||||||
(30198,30194,30151,3,0),
|
(30198,30194,30151,3,0),
|
||||||
(47996,30198,30151,4,0),
|
(47996,30198,30151,4,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (762) Riding
|
||||||
|
------------------*/
|
||||||
|
/*Riding*/
|
||||||
|
(33388,0,33388,1,0),
|
||||||
|
(33391,33388,33388,2,0),
|
||||||
|
(34090,33391,33388,3,0),
|
||||||
|
(34091,34090,33388,4,0),
|
||||||
|
/*------------------
|
||||||
--(763)Pet-Dragonhawk
|
--(763)Pet-Dragonhawk
|
||||||
------------------*/
|
------------------*/
|
||||||
/*FireBreath*/
|
/*FireBreath*/
|
||||||
|
|
@ -15534,6 +15709,16 @@ INSERT INTO spell_chain VALUES
|
||||||
(51378,51376,49194,3,0),
|
(51378,51376,49194,3,0),
|
||||||
(51379,51378,49194,4,0),
|
(51379,51378,49194,4,0),
|
||||||
/*------------------
|
/*------------------
|
||||||
|
-- (773) Inscription
|
||||||
|
------------------*/
|
||||||
|
/*Inscription*/
|
||||||
|
(45357,0,45357,1,0),
|
||||||
|
(45358,45357,45357,2,0),
|
||||||
|
(45359,45358,45357,3,0),
|
||||||
|
(45360,45359,45357,4,0),
|
||||||
|
(45361,45360,45357,5,0),
|
||||||
|
(45363,45361,45357,6,0),
|
||||||
|
/*------------------
|
||||||
--(780)Pet-ExoticChimaera
|
--(780)Pet-ExoticChimaera
|
||||||
------------------*/
|
------------------*/
|
||||||
/*FroststormBreath*/
|
/*FroststormBreath*/
|
||||||
|
|
@ -15593,128 +15778,6 @@ INSERT INTO spell_chain VALUES
|
||||||
(61196,61195,61193,4,0),
|
(61196,61195,61193,4,0),
|
||||||
(61197,61196,61193,5,0),
|
(61197,61196,61193,5,0),
|
||||||
(61198,61197,61193,6,0),
|
(61198,61197,61193,6,0),
|
||||||
/*------------------
|
|
||||||
--Professions
|
|
||||||
------------------*/
|
|
||||||
/*Alchemy*/
|
|
||||||
(2259,0,2259,1,0),
|
|
||||||
(3101,2259,2259,2,0),
|
|
||||||
(3464,3101,2259,3,0),
|
|
||||||
(11611,3464,2259,4,0),
|
|
||||||
(28596,11611,2259,5,0),
|
|
||||||
(28672,11611,2259,5,0),
|
|
||||||
(28675,11611,2259,5,0),
|
|
||||||
(28677,11611,2259,5,0),
|
|
||||||
(51304,28596,2259,6,0),
|
|
||||||
/*Blacksmithing*/
|
|
||||||
(2018,0,2018,1,0),
|
|
||||||
(3100,2018,2018,2,0),
|
|
||||||
(3538,3100,2018,3,0),
|
|
||||||
(9785,3538,2018,4,0),
|
|
||||||
(9787,9785,2018,5,0),
|
|
||||||
(9788,9785,2018,5,0),
|
|
||||||
(29844,9785,2018,5,0),
|
|
||||||
(17039,9787,2018,6,0),
|
|
||||||
(17040,9787,2018,6,0),
|
|
||||||
(17041,9787,2018,6,0),
|
|
||||||
(51300,29844,2018,6,0),
|
|
||||||
/*Cooking*/
|
|
||||||
(2550,0,2550,1,0),
|
|
||||||
(3102,2550,2550,2,0),
|
|
||||||
(3413,3102,2550,3,0),
|
|
||||||
(18260,3413,2550,4,0),
|
|
||||||
(33359,18260,2550,5,0),
|
|
||||||
(51296,33359,2550,6,0),
|
|
||||||
/*Enchanting*/
|
|
||||||
(7411,0,7411,1,0),
|
|
||||||
(7412,7411,7411,2,0),
|
|
||||||
(7413,7412,7411,3,0),
|
|
||||||
(13920,7413,7411,4,0),
|
|
||||||
(28029,13920,7411,5,0),
|
|
||||||
(51313,28029,7411,6,0),
|
|
||||||
/*Engineering*/
|
|
||||||
(4036,0,4036,1,0),
|
|
||||||
(4037,4036,4036,2,0),
|
|
||||||
(4038,4037,4036,3,0),
|
|
||||||
(12656,4038,4036,4,0),
|
|
||||||
(20219,12656,4036,5,0),
|
|
||||||
(20222,12656,4036,5,0),
|
|
||||||
(30350,12656,4036,5,0),
|
|
||||||
(51306,30350,4036,6,0),
|
|
||||||
/*First Aid*/
|
|
||||||
(3273,0,3273,1,0),
|
|
||||||
(3274,3273,3273,2,0),
|
|
||||||
(7924,3274,3273,3,0),
|
|
||||||
(10846,7924,3273,4,0),
|
|
||||||
(27028,10846,3273,5,0),
|
|
||||||
(45542,27028,3273,6,0),
|
|
||||||
/*Fishing*/
|
|
||||||
(7620,0,7620,1,0),
|
|
||||||
(7731,7620,7620,2,0),
|
|
||||||
(7732,7731,7620,3,0),
|
|
||||||
(18248,7732,7620,4,0),
|
|
||||||
(33095,18248,7620,5,0),
|
|
||||||
(51294,33095,7620,6,0),
|
|
||||||
/*Herb Gathering*/
|
|
||||||
(2366,0,2366,1,0),
|
|
||||||
(2368,2366,2366,2,0),
|
|
||||||
(3570,2368,2366,3,0),
|
|
||||||
(11993,3570,2366,4,0),
|
|
||||||
(28695,11993,2366,5,0),
|
|
||||||
(50300,28695,2366,6,0),
|
|
||||||
/*Inscription*/
|
|
||||||
(45357,0,45357,1,0),
|
|
||||||
(45358,45357,45357,2,0),
|
|
||||||
(45359,45358,45357,3,0),
|
|
||||||
(45360,45359,45357,4,0),
|
|
||||||
(45361,45360,45357,5,0),
|
|
||||||
(45363,45361,45357,6,0),
|
|
||||||
/*Jewelcrafting*/
|
|
||||||
(25229,0,25229,1,0),
|
|
||||||
(25230,25229,25229,2,0),
|
|
||||||
(28894,25230,25229,3,0),
|
|
||||||
(28895,28894,25229,4,0),
|
|
||||||
(28897,28895,25229,5,0),
|
|
||||||
(51311,28897,25229,6,0),
|
|
||||||
/*Leatherworking*/
|
|
||||||
(2108,0,2108,1,0),
|
|
||||||
(3104,2108,2108,2,0),
|
|
||||||
(3811,3104,2108,3,0),
|
|
||||||
(10662,3811,2108,4,0),
|
|
||||||
(10656,10662,2108,5,0),
|
|
||||||
(10658,10662,2108,5,0),
|
|
||||||
(10660,10662,2108,5,0),
|
|
||||||
(32549,10662,2108,5,0),
|
|
||||||
(51302,32549,2108,6,0),
|
|
||||||
/*Mining*/
|
|
||||||
(2575,0,2575,1,0),
|
|
||||||
(2576,2575,2575,2,0),
|
|
||||||
(3564,2576,2575,3,0),
|
|
||||||
(10248,3564,2575,4,0),
|
|
||||||
(29354,10248,2575,5,0),
|
|
||||||
(50310,29354,2575,6,0),
|
|
||||||
/*Riding*/
|
|
||||||
(33388,0,33388,1,0),
|
|
||||||
(33391,33388,33388,2,0),
|
|
||||||
(34090,33391,33388,3,0),
|
|
||||||
(34091,34090,33388,4,0),
|
|
||||||
/*Skinning*/
|
|
||||||
(8613,0,8613,1,0),
|
|
||||||
(8617,8613,8613,2,0),
|
|
||||||
(8618,8617,8613,3,0),
|
|
||||||
(10768,8618,8613,4,0),
|
|
||||||
(32678,10768,8613,5,0),
|
|
||||||
(50305,32678,8613,6,0),
|
|
||||||
/*Tailoring*/
|
|
||||||
(3908,0,3908,1,0),
|
|
||||||
(3909,3908,3908,2,0),
|
|
||||||
(3910,3909,3908,3,0),
|
|
||||||
(12180,3910,3908,4,0),
|
|
||||||
(26790,12180,3908,5,0),
|
|
||||||
(26797,12180,3908,5,0),
|
|
||||||
(26798,12180,3908,5,0),
|
|
||||||
(26801,12180,3908,5,0),
|
|
||||||
(51309,26790,3908,6,0);
|
|
||||||
/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
|
/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
|
|
||||||
31
sql/updates/7024_01_mangos_spell_chain.sql
Normal file
31
sql/updates/7024_01_mangos_spell_chain.sql
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
ALTER TABLE db_version CHANGE COLUMN required_7015_01_mangos_item_template required_7024_01_mangos_spell_chain bit;
|
||||||
|
|
||||||
|
/* Lifeblood (Herbalizm) */
|
||||||
|
DELETE FROM `spell_chain` WHERE `spell_id` IN (55428,55480,55500,55501,55502,55503);
|
||||||
|
INSERT INTO `spell_chain` VALUES
|
||||||
|
(55428,0,55428,1,0),
|
||||||
|
(55480,55428,55428,2,0),
|
||||||
|
(55500,55480,55428,3,0),
|
||||||
|
(55501,55500,55428,4,0),
|
||||||
|
(55502,55501,55428,5,0),
|
||||||
|
(55503,55502,55428,6,0);
|
||||||
|
|
||||||
|
/* Toughness (Mining) */
|
||||||
|
DELETE FROM `spell_chain` WHERE `spell_id` IN (53120,53121,53122,53123,53124,53040);
|
||||||
|
INSERT INTO `spell_chain` VALUES
|
||||||
|
(53120,0,53120,1,0),
|
||||||
|
(53121,53120,53120,2,0),
|
||||||
|
(53122,53121,53120,3,0),
|
||||||
|
(53123,53122,53120,4,0),
|
||||||
|
(53124,53123,53120,5,0),
|
||||||
|
(53040,53124,53120,6,0);
|
||||||
|
|
||||||
|
/* Master of Anatomy (Skinning) */
|
||||||
|
DELETE FROM `spell_chain` WHERE `spell_id` IN (53125,53662,53663,53664,53665,53666);
|
||||||
|
INSERT INTO `spell_chain` VALUES
|
||||||
|
(53125,0,53125,1,0),
|
||||||
|
(53662,53125,53125,2,0),
|
||||||
|
(53663,53662,53125,3,0),
|
||||||
|
(53664,53663,53125,4,0),
|
||||||
|
(53665,53664,53125,5,0),
|
||||||
|
(53666,53665,53125,6,0);
|
||||||
|
|
@ -109,6 +109,7 @@ pkgdata_DATA = \
|
||||||
6976_02_characters_character_db_version.sql \
|
6976_02_characters_character_db_version.sql \
|
||||||
7002_01_mangos_spell_chain.sql \
|
7002_01_mangos_spell_chain.sql \
|
||||||
7015_01_mangos_item_template.sql \
|
7015_01_mangos_item_template.sql \
|
||||||
|
7024_01_mangos_spell_chain.sql \
|
||||||
README
|
README
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
|
|
@ -198,4 +199,5 @@ EXTRA_DIST = \
|
||||||
6976_02_characters_character_db_version.sql \
|
6976_02_characters_character_db_version.sql \
|
||||||
7002_01_mangos_spell_chain.sql \
|
7002_01_mangos_spell_chain.sql \
|
||||||
7015_01_mangos_item_template.sql \
|
7015_01_mangos_item_template.sql \
|
||||||
|
7024_01_mangos_spell_chain.sql \
|
||||||
README
|
README
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7023"
|
#define REVISION_NR "7024"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue