mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[10538] Fixing some comments in mangos.sql
Not all sql tools like the mix of comment styles in import of dump, so using inline style. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
52508eee6e
commit
19844a6ba1
2 changed files with 298 additions and 298 deletions
116
sql/mangos.sql
116
sql/mangos.sql
|
|
@ -14477,9 +14477,9 @@ CREATE TABLE `spell_chain` (
|
||||||
LOCK TABLES `spell_chain` WRITE;
|
LOCK TABLES `spell_chain` WRITE;
|
||||||
/*!40000 ALTER TABLE `spell_chain` DISABLE KEYS */;
|
/*!40000 ALTER TABLE `spell_chain` DISABLE KEYS */;
|
||||||
INSERT INTO spell_chain VALUES
|
INSERT INTO spell_chain VALUES
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (0) Not associated with skills
|
-- (0) Not associated with skills
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Flametongue Weapon Proc */
|
/* Flametongue Weapon Proc */
|
||||||
(8026,0,8026,1,0),
|
(8026,0,8026,1,0),
|
||||||
(8028,8026,8026,2,0),
|
(8028,8026,8026,2,0),
|
||||||
|
|
@ -14541,9 +14541,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(27189,13224,13218,5,0),
|
(27189,13224,13218,5,0),
|
||||||
(57974,27189,13218,6,0),
|
(57974,27189,13218,6,0),
|
||||||
(57975,57974,13218,7,0),
|
(57975,57974,13218,7,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (6) Frost
|
-- (6) Frost
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Blizzard */
|
/* Blizzard */
|
||||||
(10,0,10,1,0),
|
(10,0,10,1,0),
|
||||||
(6141,10,10,2,0),
|
(6141,10,10,2,0),
|
||||||
|
|
@ -14629,9 +14629,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(30455,0,30455,1,0),
|
(30455,0,30455,1,0),
|
||||||
(42913,30455,30455,2,0),
|
(42913,30455,30455,2,0),
|
||||||
(42914,42913,30455,3,0),
|
(42914,42913,30455,3,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (8)Fire
|
-- (8)Fire
|
||||||
------------------*/
|
-- ------------------
|
||||||
/*Blast Wave*/
|
/*Blast Wave*/
|
||||||
(11113,0,11113,1,0),
|
(11113,0,11113,1,0),
|
||||||
(13018,11113,11113,2,0),
|
(13018,11113,11113,2,0),
|
||||||
|
|
@ -14736,9 +14736,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(27074,27073,2948,9,0),
|
(27074,27073,2948,9,0),
|
||||||
(42858,27074,2948,10,0),
|
(42858,27074,2948,10,0),
|
||||||
(42859,42858,2948,11,0),
|
(42859,42858,2948,11,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (50) Beast Mastery
|
-- (50) Beast Mastery
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Aspect of the Dragonhawk */
|
/* Aspect of the Dragonhawk */
|
||||||
(61846,0,61846,1,0),
|
(61846,0,61846,1,0),
|
||||||
(61847,61846,61846,2,0),
|
(61847,61846,61846,2,0),
|
||||||
|
|
@ -14771,9 +14771,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(1513,0,1513,1,0),
|
(1513,0,1513,1,0),
|
||||||
(14326,1513,1513,2,0),
|
(14326,1513,1513,2,0),
|
||||||
(14327,14326,1513,3,0),
|
(14327,14326,1513,3,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (51)Survival
|
-- (51)Survival
|
||||||
------------------*/
|
-- ------------------
|
||||||
/*Black Arrow*/
|
/*Black Arrow*/
|
||||||
(3674,0,3674,1,0),
|
(3674,0,3674,1,0),
|
||||||
(63668,3674,3674,2,0),
|
(63668,3674,3674,2,0),
|
||||||
|
|
@ -14839,9 +14839,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(27068,24133,19386,4,0),
|
(27068,24133,19386,4,0),
|
||||||
(49011,27068,19386,5,0),
|
(49011,27068,19386,5,0),
|
||||||
(49012,49011,19386,6,0),
|
(49012,49011,19386,6,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (56) Holy (Priest)
|
-- (56) Holy (Priest)
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Binding Heal */
|
/* Binding Heal */
|
||||||
(32546,0,32546,1,0),
|
(32546,0,32546,1,0),
|
||||||
(48119,32546,32546,2,0),
|
(48119,32546,32546,2,0),
|
||||||
|
|
@ -14984,9 +14984,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(25364,25363,585,10,0),
|
(25364,25363,585,10,0),
|
||||||
(48122,25364,585,11,0),
|
(48122,25364,585,11,0),
|
||||||
(48123,48122,585,12,0),
|
(48123,48122,585,12,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (78) Shadow Magic
|
-- (78) Shadow Magic
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Devouring Plague */
|
/* Devouring Plague */
|
||||||
(2944,0,2944,1,0),
|
(2944,0,2944,1,0),
|
||||||
(19276,2944,2944,2,0),
|
(19276,2944,2944,2,0),
|
||||||
|
|
@ -15069,9 +15069,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(34917,34916,34914,3,0),
|
(34917,34916,34914,3,0),
|
||||||
(48159,34917,34914,4,0),
|
(48159,34917,34914,4,0),
|
||||||
(48160,48159,34914,5,0),
|
(48160,48159,34914,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (163)Marksmanship
|
-- (163)Marksmanship
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Aimed Shot */
|
/* Aimed Shot */
|
||||||
(19434,0,19434,1,0),
|
(19434,0,19434,1,0),
|
||||||
(20900,19434,19434,2,0),
|
(20900,19434,19434,2,0),
|
||||||
|
|
@ -15138,32 +15138,32 @@ INSERT INTO spell_chain VALUES
|
||||||
(27022,14295,1510,4,0),
|
(27022,14295,1510,4,0),
|
||||||
(58431,27022,1510,5,0),
|
(58431,27022,1510,5,0),
|
||||||
(58434,58431,1510,6,0),
|
(58434,58431,1510,6,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (164) Blacksmithing
|
-- (164) Blacksmithing
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Blacksmithing */
|
/* Blacksmithing */
|
||||||
(9787,9785,2018,5,0),
|
(9787,9785,2018,5,0),
|
||||||
(9788,9785,2018,5,0),
|
(9788,9785,2018,5,0),
|
||||||
(17039,9787,2018,6,0),
|
(17039,9787,2018,6,0),
|
||||||
(17040,9787,2018,6,0),
|
(17040,9787,2018,6,0),
|
||||||
(17041,9787,2018,6,0),
|
(17041,9787,2018,6,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (165) Leatherworking
|
-- (165) Leatherworking
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Leatherworking */
|
/* Leatherworking */
|
||||||
(10656,10662,2108,5,0),
|
(10656,10662,2108,5,0),
|
||||||
(10658,10662,2108,5,0),
|
(10658,10662,2108,5,0),
|
||||||
(10660,10662,2108,5,0),
|
(10660,10662,2108,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (171) Alchemy
|
-- (171) Alchemy
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Alchemy */
|
/* Alchemy */
|
||||||
(28672,11611,2259,5,0),
|
(28672,11611,2259,5,0),
|
||||||
(28675,11611,2259,5,0),
|
(28675,11611,2259,5,0),
|
||||||
(28677,11611,2259,5,0),
|
(28677,11611,2259,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (184) Retribution (Paladin)
|
-- (184) Retribution (Paladin)
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Blessingof Might */
|
/* Blessingof Might */
|
||||||
(19740,0,19740,1,0),
|
(19740,0,19740,1,0),
|
||||||
(19834,19740,19740,2,0),
|
(19834,19740,19740,2,0),
|
||||||
|
|
@ -15188,22 +15188,22 @@ INSERT INTO spell_chain VALUES
|
||||||
(27180,24239,24275,4,0),
|
(27180,24239,24275,4,0),
|
||||||
(48805,27180,24275,5,0),
|
(48805,27180,24275,5,0),
|
||||||
(48806,48805,24275,6,0),
|
(48806,48805,24275,6,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (197) Tailoring
|
-- (197) Tailoring
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Tailoring */
|
/* Tailoring */
|
||||||
(26797,12180,3908,5,0),
|
(26797,12180,3908,5,0),
|
||||||
(26798,12180,3908,5,0),
|
(26798,12180,3908,5,0),
|
||||||
(26801,12180,3908,5,0),
|
(26801,12180,3908,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (202) Engineering
|
-- (202) Engineering
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Engineering */
|
/* Engineering */
|
||||||
(20219,12656,4036,5,0),
|
(20219,12656,4036,5,0),
|
||||||
(20222,12656,4036,5,0),
|
(20222,12656,4036,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (237)Arcane
|
-- (237)Arcane
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Amplify Magic */
|
/* Amplify Magic */
|
||||||
(1008,0,1008,1,0),
|
(1008,0,1008,1,0),
|
||||||
(8455,1008,1008,2,0),
|
(8455,1008,1008,2,0),
|
||||||
|
|
@ -15338,9 +15338,9 @@ INSERT INTO spell_chain VALUES
|
||||||
/* RitualofRefreshment */
|
/* RitualofRefreshment */
|
||||||
(43987,0,43987,1,0),
|
(43987,0,43987,1,0),
|
||||||
(58659,43987,43987,2,0),
|
(58659,43987,43987,2,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (267) Protection (Paladin)
|
-- (267) Protection (Paladin)
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Avenger'sShield */
|
/* Avenger'sShield */
|
||||||
(31935,0,31935,1,0),
|
(31935,0,31935,1,0),
|
||||||
(32699,31935,31935,2,0),
|
(32699,31935,31935,2,0),
|
||||||
|
|
@ -15372,9 +15372,9 @@ INSERT INTO spell_chain VALUES
|
||||||
/* Shield of Righteousness */
|
/* Shield of Righteousness */
|
||||||
(53600,0,53600,1,0),
|
(53600,0,53600,1,0),
|
||||||
(61411,53600,53600,2,0),
|
(61411,53600,53600,2,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (354)Demonology
|
-- (354)Demonology
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Banish */
|
/* Banish */
|
||||||
(710,0,710,1,0),
|
(710,0,710,1,0),
|
||||||
(18647,710,710,2,0),
|
(18647,710,710,2,0),
|
||||||
|
|
@ -15452,9 +15452,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(28610,11740,6229,4,0),
|
(28610,11740,6229,4,0),
|
||||||
(47890,28610,6229,5,0),
|
(47890,28610,6229,5,0),
|
||||||
(47891,47890,6229,6,0),
|
(47891,47890,6229,6,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (355)Affliction
|
-- (355)Affliction
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Corruption */
|
/* Corruption */
|
||||||
(172,0,172,1,0),
|
(172,0,172,1,0),
|
||||||
(6222,172,172,2,0),
|
(6222,172,172,2,0),
|
||||||
|
|
@ -15551,9 +15551,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(30405,30404,30108,3,0),
|
(30405,30404,30108,3,0),
|
||||||
(47841,30405,30108,4,0),
|
(47841,30405,30108,4,0),
|
||||||
(47843,47841,30108,5,0),
|
(47843,47841,30108,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (373) Enhancement
|
-- (373) Enhancement
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Fire Resistance Totem */
|
/* Fire Resistance Totem */
|
||||||
(8184,0,8184,1,0),
|
(8184,0,8184,1,0),
|
||||||
(10537,8184,8184,2,0),
|
(10537,8184,8184,2,0),
|
||||||
|
|
@ -15672,9 +15672,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(58801,25505,8232,6,0),
|
(58801,25505,8232,6,0),
|
||||||
(58803,58801,8232,7,0),
|
(58803,58801,8232,7,0),
|
||||||
(58804,58803,8232,8,0),
|
(58804,58803,8232,8,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (374) Restoration (Shaman)
|
-- (374) Restoration (Shaman)
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* AncestralSpirit */
|
/* AncestralSpirit */
|
||||||
(2008,0,2008,1,0),
|
(2008,0,2008,1,0),
|
||||||
(20609,2008,2008,2,0),
|
(20609,2008,2008,2,0),
|
||||||
|
|
@ -15763,9 +15763,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(24398,52138,52127,7,0),
|
(24398,52138,52127,7,0),
|
||||||
(33736,24398,52127,8,0),
|
(33736,24398,52127,8,0),
|
||||||
(57960,33736,52127,9,0),
|
(57960,33736,52127,9,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (375) Elemental Combat
|
-- (375) Elemental Combat
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Chain Lightning */
|
/* Chain Lightning */
|
||||||
(421,0,421,1,0),
|
(421,0,421,1,0),
|
||||||
(930,421,421,2,0),
|
(930,421,421,2,0),
|
||||||
|
|
@ -15875,9 +15875,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(59156,51490,51490,2,0),
|
(59156,51490,51490,2,0),
|
||||||
(59158,59156,51490,3,0),
|
(59158,59156,51490,3,0),
|
||||||
(59159,59158,51490,4,0),
|
(59159,59158,51490,4,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (573)Restoration
|
-- (573)Restoration
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* GiftoftheWild */
|
/* GiftoftheWild */
|
||||||
(21849,0,21849,1,0),
|
(21849,0,21849,1,0),
|
||||||
(21850,21849,21849,2,0),
|
(21850,21849,21849,2,0),
|
||||||
|
|
@ -15979,9 +15979,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(53248,48438,48438,2,0),
|
(53248,48438,48438,2,0),
|
||||||
(53249,53248,48438,3,0),
|
(53249,53248,48438,3,0),
|
||||||
(53251,53249,48438,4,0),
|
(53251,53249,48438,4,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (574)Balance
|
-- (574)Balance
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* EntanglingRoots */
|
/* EntanglingRoots */
|
||||||
(339,0,339,1,0),
|
(339,0,339,1,0),
|
||||||
(1062,339,339,2,0),
|
(1062,339,339,2,0),
|
||||||
|
|
@ -16104,9 +16104,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(26985,26984,5176,10,0),
|
(26985,26984,5176,10,0),
|
||||||
(48459,26985,5176,11,0),
|
(48459,26985,5176,11,0),
|
||||||
(48461,48459,5176,12,0),
|
(48461,48459,5176,12,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (593)Destruction
|
-- (593)Destruction
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Chaos Bolt */
|
/* Chaos Bolt */
|
||||||
(50796,0,50796,1,0),
|
(50796,0,50796,1,0),
|
||||||
(59170,50796,50796,2,0),
|
(59170,50796,50796,2,0),
|
||||||
|
|
@ -16209,9 +16209,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(30545,27211,6353,4,0),
|
(30545,27211,6353,4,0),
|
||||||
(47824,30545,6353,5,0),
|
(47824,30545,6353,5,0),
|
||||||
(47825,47824,6353,6,0),
|
(47825,47824,6353,6,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (594) Holy (Paladin)
|
-- (594) Holy (Paladin)
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Blessing of Wisdom */
|
/* Blessing of Wisdom */
|
||||||
(19742,0,19742,1,0),
|
(19742,0,19742,1,0),
|
||||||
(19850,19742,19742,2,0),
|
(19850,19742,19742,2,0),
|
||||||
|
|
@ -16309,9 +16309,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(20773,20772,7328,5,0),
|
(20773,20772,7328,5,0),
|
||||||
(48949,20773,7328,6,0),
|
(48949,20773,7328,6,0),
|
||||||
(48950,48949,7328,7,0),
|
(48950,48949,7328,7,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (613)Discipline
|
-- (613)Discipline
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* DispelMagic */
|
/* DispelMagic */
|
||||||
(527,0,527,1,0),
|
(527,0,527,1,0),
|
||||||
(988,527,527,2,0),
|
(988,527,527,2,0),
|
||||||
|
|
@ -16384,18 +16384,18 @@ INSERT INTO spell_chain VALUES
|
||||||
(9484,0,9484,1,0),
|
(9484,0,9484,1,0),
|
||||||
(9485,9484,9484,2,0),
|
(9485,9484,9484,2,0),
|
||||||
(10955,9485,9484,3,0),
|
(10955,9485,9484,3,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (770)Blood
|
-- (770)Blood
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* Death Coil */
|
/* Death Coil */
|
||||||
(62900,0,62900,1,0),
|
(62900,0,62900,1,0),
|
||||||
(62901,62900,62900,2,0),
|
(62901,62900,62900,2,0),
|
||||||
(62902,62901,62900,3,0),
|
(62902,62901,62900,3,0),
|
||||||
(62903,62902,62900,4,0),
|
(62903,62902,62900,4,0),
|
||||||
(62904,62903,62900,5,0),
|
(62904,62903,62900,5,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (771)Frost
|
-- (771)Frost
|
||||||
------------------*/
|
-- ------------------
|
||||||
/* HornofWinter */
|
/* HornofWinter */
|
||||||
(57330,0,57330,1,0),
|
(57330,0,57330,1,0),
|
||||||
(57623,57330,57330,2,0),
|
(57623,57330,57330,2,0),
|
||||||
|
|
@ -16404,9 +16404,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(51409,49184,49184,2,0),
|
(51409,49184,49184,2,0),
|
||||||
(51410,51409,49184,3,0),
|
(51410,51409,49184,3,0),
|
||||||
(51411,51410,49184,4,0),
|
(51411,51410,49184,4,0),
|
||||||
/*------------------
|
-- ------------------
|
||||||
-- (777) Mounts
|
-- (777) Mounts
|
||||||
------------------*/
|
-- ------------------
|
||||||
(13819,0,13819,1,0),
|
(13819,0,13819,1,0),
|
||||||
(23214,13819,13819,2,33391),
|
(23214,13819,13819,2,33391),
|
||||||
(34769,0,34769,1,0),
|
(34769,0,34769,1,0),
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10537"
|
#define REVISION_NR "10538"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue