Commiting forgotten changes.

This commit is contained in:
Relintai 2018-09-23 14:18:09 +02:00
parent 8cc15997ca
commit 6199ccd8ea
11 changed files with 2812 additions and 31 deletions

View File

@ -338,4 +338,183 @@ INSERT INTO quest_template VALUES(
DELETE FROM creature_queststarter WHERE quest = 70604;
DELETE FROM creature_questender WHERE quest = 70604;
INSERT INTO creature_queststarter VALUES(70600, 70604);
INSERT INTO creature_questender VALUES(70600, 70604);
INSERT INTO creature_questender VALUES(70600, 70604);
-- Warlock
DELETE FROM quest_template WHERE Id = 70605;
INSERT INTO quest_template VALUES(
70605, -- Id
2, -- Method
15, 0, 0, -- level, minlevel, maxlevel
0, -- ZoneorSort
0, -- type
0, -- suggestedPlayers
0, -- limittime
256, 0, 0, 0, -- req class, race, skillis, skillpoints
0, 0, 0, 0, -- req faction id 1, 2, value 1, 2
0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval
0, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain
0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel
697, 11520, -- rewardspell, rewardspellcast
0, 0, -- rewardhonor, rewardhonormultiplier
0, 0, -- rewardmailtemplateid, rewardmaildelay
0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid
0, 0, -- flags, specialflags
0, -- rewardtitleid
0, -- requiredplayerkills
0, -- rewardtalents
0, -- rewardarenapoints
0, 0, 0, 0, -- rewarditemId 1-4
0, 0, 0, 0, -- rewarditemcount 1-4
0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6
0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6
0, 0, 0, 0, 0, -- rewardfactionid 1-5
0, 0, 0, 0, 0, -- rewardfactionvalue 1-5
0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5
0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption
"Warlock - Summon Voidwalker", -- title
"Complete this quest.", -- Objectives
"It's dangerous to go alone, take these.", -- details
"", -- EndText
"", -- Offerrewardtext
"", -- requestItemsText
"", -- CompletedText
0, 0, 0, 0, -- requiredNpcOrGo 1-4
0, 0, 0, 0, -- requiredNpcOrGoCount 1-4
0, 0, 0, 0, -- requiredSourceItemId 1-4
0, 0, 0, 0, -- requiredSourceItemCount 1-4
0, 0, 0, 0, 0, 0, -- requiredItemId 1-6
0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6
1, -- unknown0
"", "", "", "", -- ObjectiveText 1-4
1, 0, 0, 0, -- DetailsEmote 1-4
1, 0, 0, 0, -- DetailsEmoteDelay 1-4
0, 1, -- EmoteonIncomplete, EmoteonComplete
0, 0, 0, 0, -- offerRewardEmote 1-4
0, 0, 0, 0, -- offerRewardEmoteDelay 1-4
0 -- VerifiedBuild
);
DELETE FROM creature_queststarter WHERE quest = 70605;
DELETE FROM creature_questender WHERE quest = 70605;
INSERT INTO creature_queststarter VALUES(70600, 70605);
INSERT INTO creature_questender VALUES(70600, 70605);
DELETE FROM quest_template WHERE Id = 70606;
INSERT INTO quest_template VALUES(
70606, -- Id
2, -- Method
15, 0, 0, -- level, minlevel, maxlevel
0, -- ZoneorSort
0, -- type
0, -- suggestedPlayers
0, -- limittime
256, 0, 0, 0, -- req class, race, skillis, skillpoints
0, 0, 0, 0, -- req faction id 1, 2, value 1, 2
0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval
0, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain
0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel
712, 11519, -- rewardspell, rewardspellcast
0, 0, -- rewardhonor, rewardhonormultiplier
0, 0, -- rewardmailtemplateid, rewardmaildelay
0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid
0, 0, -- flags, specialflags
0, -- rewardtitleid
0, -- requiredplayerkills
0, -- rewardtalents
0, -- rewardarenapoints
0, 0, 0, 0, -- rewarditemId 1-4
0, 0, 0, 0, -- rewarditemcount 1-4
0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6
0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6
0, 0, 0, 0, 0, -- rewardfactionid 1-5
0, 0, 0, 0, 0, -- rewardfactionvalue 1-5
0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5
0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption
"Warlock - Summon Succubus", -- title
"Complete this quest.", -- Objectives
"It's dangerous to go alone, take these.", -- details
"", -- EndText
"", -- Offerrewardtext
"", -- requestItemsText
"", -- CompletedText
0, 0, 0, 0, -- requiredNpcOrGo 1-4
0, 0, 0, 0, -- requiredNpcOrGoCount 1-4
0, 0, 0, 0, -- requiredSourceItemId 1-4
0, 0, 0, 0, -- requiredSourceItemCount 1-4
0, 0, 0, 0, 0, 0, -- requiredItemId 1-6
0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6
1, -- unknown0
"", "", "", "", -- ObjectiveText 1-4
1, 0, 0, 0, -- DetailsEmote 1-4
1, 0, 0, 0, -- DetailsEmoteDelay 1-4
0, 1, -- EmoteonIncomplete, EmoteonComplete
0, 0, 0, 0, -- offerRewardEmote 1-4
0, 0, 0, 0, -- offerRewardEmoteDelay 1-4
0 -- VerifiedBuild
);
DELETE FROM creature_queststarter WHERE quest = 70606;
DELETE FROM creature_questender WHERE quest = 70606;
INSERT INTO creature_queststarter VALUES(70600, 70606);
INSERT INTO creature_questender VALUES(70600, 70606);
DELETE FROM quest_template WHERE Id = 70607;
INSERT INTO quest_template VALUES(
70607, -- Id
2, -- Method
15, 0, 0, -- level, minlevel, maxlevel
0, -- ZoneorSort
0, -- type
0, -- suggestedPlayers
0, -- limittime
256, 0, 0, 0, -- req class, race, skillis, skillpoints
0, 0, 0, 0, -- req faction id 1, 2, value 1, 2
0, 0, 0, 0, -- reqminrepfaction, maxrep, minrepvalue, maxrepval
0, 0, 0, 0, -- prevq, nextq, exclusivegroup, nextquestidchain
0, 0, 0, -- rewardxpid, rewardorreqmoney, rewardmoneymaxlevel
691, 1373, -- rewardspell, rewardspellcast
0, 0, -- rewardhonor, rewardhonormultiplier
0, 0, -- rewardmailtemplateid, rewardmaildelay
0, 0, 0, -- sourceitemid, sourceitemcount, sourcespellid
0, 0, -- flags, specialflags
0, -- rewardtitleid
0, -- requiredplayerkills
0, -- rewardtalents
0, -- rewardarenapoints
0, 0, 0, 0, -- rewarditemId 1-4
0, 0, 0, 0, -- rewarditemcount 1-4
0, 0, 0, 0, 0, 0, -- rewardchoiceitemid 1-6
0, 0, 0, 0, 0, 0, -- rewardchoiceitemcount 1-6
0, 0, 0, 0, 0, -- rewardfactionid 1-5
0, 0, 0, 0, 0, -- rewardfactionvalue 1-5
0, 0, 0, 0, 0, -- rewardfactionvalueidoverride 1-5
0, 0, 0, 0, -- pointmapid, pointx, pointy, pointoption
"Warlock - Summon Felhunter", -- title
"Complete this quest.", -- Objectives
"It's dangerous to go alone, take these.", -- details
"", -- EndText
"", -- Offerrewardtext
"", -- requestItemsText
"", -- CompletedText
0, 0, 0, 0, -- requiredNpcOrGo 1-4
0, 0, 0, 0, -- requiredNpcOrGoCount 1-4
0, 0, 0, 0, -- requiredSourceItemId 1-4
0, 0, 0, 0, -- requiredSourceItemCount 1-4
0, 0, 0, 0, 0, 0, -- requiredItemId 1-6
0, 0, 0, 0, 0, 0, -- requiredItemCount 1-6
1, -- unknown0
"", "", "", "", -- ObjectiveText 1-4
1, 0, 0, 0, -- DetailsEmote 1-4
1, 0, 0, 0, -- DetailsEmoteDelay 1-4
0, 1, -- EmoteonIncomplete, EmoteonComplete
0, 0, 0, 0, -- offerRewardEmote 1-4
0, 0, 0, 0, -- offerRewardEmoteDelay 1-4
0 -- VerifiedBuild
);
DELETE FROM creature_queststarter WHERE quest = 70607;
DELETE FROM creature_questender WHERE quest = 70607;
INSERT INTO creature_queststarter VALUES(70600, 70607);
INSERT INTO creature_questender VALUES(70600, 70607);

0
gear/ranges.txt Normal file
View File

View File

@ -13,15 +13,15 @@ INSERT INTO item_template VALUES(70100, -- entry
14, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
8, -- statscount
7, -- statscount
5, 100, -- stat1
7, 50, -- stat2
21, 20, -- stat3
31, 10, -- stat4
36, 30, -- stat5
43, 30, -- stat6
45, 300, -- stat7
47, 30, -- stat8
7, 200, -- stat2
31, 50, -- stat3
32, 50, -- stat4
36, 60, -- stat5
45, 1000, -- stat6
47, 50, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
@ -77,15 +77,15 @@ INSERT INTO item_template VALUES(70101, -- entry
28, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
8, -- statscount
5, 150, -- stat1
7, 150, -- stat2
21, 50, -- stat3
31, 30, -- stat4
36, 50, -- stat5
43, 50, -- stat6
45, 500, -- stat7
47, 50, -- stat8
7, -- statscount
5, 100, -- stat1
7, 250, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 130, -- stat5
45, 2000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
@ -141,21 +141,21 @@ INSERT INTO item_template VALUES(70102, -- entry
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
8, -- statscount
5, 250, -- stat1
7, -- statscount
5, 150, -- stat1
7, 400, -- stat2
21, 250, -- stat3
31, 250, -- stat4
31, 200, -- stat3
32, 200, -- stat4
36, 250, -- stat5
43, 80, -- stat6
45, 1200, -- stat7
47, 150, -- stat8
45, 4000, -- stat6
47, 200, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
500, -- armor
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
@ -192,3 +192,835 @@ INSERT INTO item_template VALUES(70102, -- entry
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70103;
INSERT INTO item_template VALUES(70103, -- entry
2, 10, -1, "Warlock 10man Staff", -- class, subclass, SoundOverrideSubclass, name
20340, 3, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
17, -- inventoryType
256, -1, -- allowableclass, allowablerace
40, -- itemlevel
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 250, -- stat1
7, 600, -- stat2
31, 300, -- stat3
32, 300, -- stat4
36, 350, -- stat5
45, 5000, -- stat6
47, 300, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 2, -- startquest, lockid, material
2, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70104;
INSERT INTO item_template VALUES(70104, -- entry
2, 10, -1, "Warlock ZG Staff", -- class, subclass, SoundOverrideSubclass, name
20340, 3, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
17, -- inventoryType
256, -1, -- allowableclass, allowablerace
40, -- itemlevel
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 350, -- stat1
7, 1200, -- stat2
31, 400, -- stat3
32, 320, -- stat4
36, 400, -- stat5
45, 10000, -- stat6
47, 400, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
3000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 2, -- startquest, lockid, material
2, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70105;
INSERT INTO item_template VALUES(70105, -- entry
2, 10, -1, "Warlock AQ20 Staff", -- class, subclass, SoundOverrideSubclass, name
20340, 3, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
17, -- inventoryType
256, -1, -- allowableclass, allowablerace
40, -- itemlevel
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 400, -- stat1
7, 1500, -- stat2
31, 400, -- stat3
32, 320, -- stat4
36, 400, -- stat5
45, 12000, -- stat6
47, 400, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
4000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 2, -- startquest, lockid, material
2, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70106;
INSERT INTO item_template VALUES(70106, -- entry
2, 10, -1, "Warlock MC Staff", -- class, subclass, SoundOverrideSubclass, name
20340, 3, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
17, -- inventoryType
256, -1, -- allowableclass, allowablerace
40, -- itemlevel
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 450, -- stat1
7, 2000, -- stat2
31, 400, -- stat3
32, 320, -- stat4
36, 400, -- stat5
45, 20000, -- stat6
47, 400, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
6000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 2, -- startquest, lockid, material
2, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70107;
INSERT INTO item_template VALUES(70107, -- entry
2, 10, -1, "Warlock BWL Staff", -- class, subclass, SoundOverrideSubclass, name
20340, 3, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
17, -- inventoryType
256, -1, -- allowableclass, allowablerace
40, -- itemlevel
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 500, -- stat1
7, 2400, -- stat2
31, 400, -- stat3
32, 320, -- stat4
36, 400, -- stat5
45, 30000, -- stat6
47, 400, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
6000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 2, -- startquest, lockid, material
2, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70108;
INSERT INTO item_template VALUES(70108, -- entry
2, 10, -1, "Warlock AQ40 Staff", -- class, subclass, SoundOverrideSubclass, name
20340, 3, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
17, -- inventoryType
256, -1, -- allowableclass, allowablerace
40, -- itemlevel
44, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 500, -- stat1
7, 3500, -- stat2
31, 400, -- stat3
32, 320, -- stat4
36, 400, -- stat5
45, 31000, -- stat6
47, 400, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
100, 140, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
8000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
3000, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 2, -- startquest, lockid, material
2, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70110;
INSERT INTO item_template VALUES(70110, -- entry
4, 0, -1, "Warlock ZA Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 900, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 5000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70111;
INSERT INTO item_template VALUES(70111, -- entry
4, 0, -1, "Warlock Gruul Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 1200, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 7000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70112;
INSERT INTO item_template VALUES(70112, -- entry
4, 0, -1, "Warlock Hyjal Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 1500, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 8000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70113;
INSERT INTO item_template VALUES(70113, -- entry
4, 0, -1, "Warlock SSC Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 2000, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 9000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70114;
INSERT INTO item_template VALUES(70114, -- entry
4, 0, -1, "Warlock The Eye Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 3000, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 10000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70115;
INSERT INTO item_template VALUES(70115, -- entry
4, 0, -1, "Warlock BT Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 3500, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 11000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70116;
INSERT INTO item_template VALUES(70116, -- entry
4, 0, -1, "Warlock Sunwell Plateau Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
256, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
7, -- statscount
5, 100, -- stat1
7, 5000, -- stat2
31, 100, -- stat3
32, 100, -- stat4
36, 150, -- stat5
45, 13000, -- stat6
47, 100, -- stat7
0, 0, -- stat8
0, 0, -- stat9
0, 0, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);

View File

@ -475,7 +475,7 @@ INSERT INTO item_template VALUES(70007, -- entry
31, 300, -- stat4
36, 300, -- stat5
43, 100, -- stat6
45, 2200, -- stat7
45, 4000, -- stat7
47, 200, -- stat8
0, 0, -- stat9
0, 0, -- stat10
@ -539,7 +539,7 @@ INSERT INTO item_template VALUES(70008, -- entry
31, 350, -- stat4
36, 350, -- stat5
43, 100, -- stat6
45, 2600, -- stat7
45, 5000, -- stat7
47, 230, -- stat8
0, 0, -- stat9
0, 0, -- stat10
@ -603,7 +603,7 @@ INSERT INTO item_template VALUES(70009, -- entry
31, 350, -- stat4
36, 350, -- stat5
43, 100, -- stat6
45, 2600, -- stat7
45, 6000, -- stat7
47, 230, -- stat8
0, 0, -- stat9
0, 0, -- stat10
@ -667,7 +667,7 @@ INSERT INTO item_template VALUES(70010, -- entry
31, 350, -- stat4
36, 380, -- stat5
43, 100, -- stat6
45, 2600, -- stat7
45, 8000, -- stat7
47, 230, -- stat8
0, 0, -- stat9
0, 0, -- stat10

View File

@ -647,4 +647,453 @@ INSERT INTO item_template VALUES(22816, -- entry
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
-- shaman 1h lvl70 Axe
DELETE FROM item_template WHERE entry = 27424;
INSERT INTO item_template VALUES(27424, -- entry
2, 0, -1, "Shaman 1h lvl70 Axe", -- class, subclass, SoundOverrideSubclass, name
38797, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
13, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 1400, -- stat1
5, 700, -- stat2
7, 1500, -- stat3
31, 300, -- stat4
32, 300, -- stat5
36, 380, -- stat6
38, 6000, -- stat7
44, 800, -- stat8
45, 6000, -- stat9
47, 600, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
4000, 4100, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
24000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
2600, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, 1, -- startquest, lockid, material
3, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
80, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70400;
INSERT INTO item_template VALUES(70400, -- entry
4, 0, -1, "Shaman Gruul Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 500, -- stat1
5, 100, -- stat2
7, 200, -- stat3
31, 100, -- stat4
32, 100, -- stat5
36, 100, -- stat6
38, 5000, -- stat7
44, 100, -- stat8
45, 1000, -- stat9
47, 100, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70401;
INSERT INTO item_template VALUES(70401, -- entry
4, 0, -1, "Shaman Hyjal Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 500, -- stat1
5, 100, -- stat2
7, 200, -- stat3
31, 100, -- stat4
32, 100, -- stat5
36, 100, -- stat6
38, 10000, -- stat7
44, 100, -- stat8
45, 4000, -- stat9
47, 100, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70402;
INSERT INTO item_template VALUES(70402, -- entry
4, 0, -1, "Shaman SSC Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 1000, -- stat1
5, 100, -- stat2
7, 500, -- stat3
31, 100, -- stat4
32, 100, -- stat5
36, 100, -- stat6
38, 12000, -- stat7
44, 100, -- stat8
45, 4500, -- stat9
47, 100, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70403;
INSERT INTO item_template VALUES(70403, -- entry
4, 0, -1, "Shaman The Eye Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 1400, -- stat1
5, 150, -- stat2
7, 1000, -- stat3
31, 100, -- stat4
32, 100, -- stat5
36, 100, -- stat6
38, 15000, -- stat7
44, 100, -- stat8
45, 5000, -- stat9
47, 100, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70404;
INSERT INTO item_template VALUES(70404, -- entry
4, 0, -1, "Shaman BT Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 1600, -- stat1
5, 150, -- stat2
7, 1400, -- stat3
31, 100, -- stat4
32, 100, -- stat5
36, 100, -- stat6
38, 18000, -- stat7
44, 100, -- stat8
45, 6000, -- stat9
47, 100, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);
DELETE FROM item_template WHERE entry = 70404;
INSERT INTO item_template VALUES(70404, -- entry
4, 0, -1, "Shaman Sunwell Plateau Necklace", -- class, subclass, SoundOverrideSubclass, name
6484, 4, -- displayid, quality
0, 0, -- flags, flagsextra
1, 100, 100, -- buycount buyprice, sellprice
2, -- inventoryType
64, -1, -- allowableclass, allowablerace
70, -- itemlevel
70, 0, 0, 0, -- reqlevel, reqskill, reqskillrank, reqspell
0, 0, 0, 0, -- reqhonorrank, reqcityrank, reqrepfaction, reqreprank
0, 1, 0, -- maxcount stackable, containerslots
10, -- statscount
3, 2000, -- stat1
5, 200, -- stat2
7, 2000, -- stat3
31, 100, -- stat4
32, 100, -- stat5
36, 100, -- stat6
38, 20000, -- stat7
44, 100, -- stat8
45, 7000, -- stat9
47, 100, -- stat10
0, 0, -- scalingstatdistribution, scalingstatvalue
0, 0, 0, -- dmgMin1, DmgMax1, DmgType1
0, 0, 0, -- dmgMin2, DmgMax2, DmgType2
1000, -- armor
0, 0, 0, 0, 0, 0, -- res holy, fire, nature, frost, shadowm arcane
0, -- delay
0, 0, -- ammoType, RangedModRange
0, 0, 0, 0, -1, 0, -1, -- 1 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 2 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 3 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 4 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
0, 0, 0, 0, -1, 0, -1, -- 5 spellId, trigger, charges, ppmrate, cooldown, category, categcooldown
1, -- bonding
"", -- description
0, 0, 0, -- pagetext, languageid, pagematerial
0, 0, -1, -- startquest, lockid, material
0, -- sheath
0, 0, -- randomproperty, randomsuffix
0, -- block
0, -- itemset
0, -- maxdurability
0, 0, -- area, map
0, -- bagfamily
0, -- totemcategory
0, 0, -- 1 socketcolor, socketcontent
0, 0, -- 2 socketcolor, socketcontent
0, 0, -- 3 socketcolor, socketcontent
0, 0, -- socketbonus, gemproperties
25, -- reqdisenchantskill
0, -- armordamagemodifier
0, -- duration
0, -- itemlimitcategory
0, -- holidayId
"", -- scriptname
41, -- disenchantid
0, -- foodtype
0, 0, -- min, maxmoneyloot
0, -- flagscustom
0 -- verifiedbuild
);

35
mall/entries.txt Normal file
View File

@ -0,0 +1,35 @@
Mall npcs start from 70700
Glyph Vendors 70700-70709
retail npcs:
Alliance:
Weptrainers: 11867, 11866, 11865, 13084, 16773
Trainers:
918 Rogue
331 Mage
4218 Druid
4146 Hunter
928 Paladin
376 Priest
5479 Warrior
17520 Shaman
5495 Warlock
Horde:
Both:
.npc add 31238 (Hira SnowDawn)
.npc add 32216 (Mel Francis)
-
70600 (ClassQ)
99990 (BeastMaster)
70700-70709 Glyphs
70500+ Tmogs
100067 - enchants
190010 - Tmog guy
70001 Hyaleth
70000 Borrhus

857
mall/glyph-vendors.sql Normal file
View File

@ -0,0 +1,857 @@
-- Warlock glyphs
DELETE FROM creature_template WHERE entry = 70700;
INSERT INTO creature_template VALUES(
70700, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Warlock Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70700;
-- Major
INSERT INTO npc_vendor VALUES(70700, 1, 45781, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 2, 42454, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 3, 42455, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 4, 42456, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 5, 42457, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 6, 45782, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 7, 42458, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 8, 42459, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 9, 42460, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 10, 45779, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 11, 42461, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 12, 42462, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 13, 42463, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 14, 42464, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 15, 42465, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 16, 42453, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 17, 45785, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 18, 45780, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 19, 50077, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 20, 42466, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 21, 42467, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 22, 42468, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 23, 45783, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 24, 42469, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 25, 45789, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 26, 42470, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 27, 42471, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 28, 42472, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 29, 42473, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70700, 30, 43392, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 31, 43390, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 32, 43393, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 33, 43391, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 34, 43394, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70700, 35, 43389, 0, 0, 0, 0);
-- Warrior glyphs
DELETE FROM creature_template WHERE entry = 70701;
INSERT INTO creature_template VALUES(
70701, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Warrior Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70701;
-- Major
INSERT INTO npc_vendor VALUES(70701, 1, 43420, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 2, 45790, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 3, 43425, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 4, 43412, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 5, 43414, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 6, 43415, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 7, 45794, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 8, 43416, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 9, 43417, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 10, 43418, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 11, 43419, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 12, 43426, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 13, 43421, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 14, 43422, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 15, 43413, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 16, 43423, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 17, 43430, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 18, 43424, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 19, 45797, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 20, 45792, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 21, 45795, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 22, 43427, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 23, 43428, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 24, 43429, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 25, 43431, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 26, 45793, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 27, 43432, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70701, 30, 43395, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 31, 43396, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 32, 43397, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 33, 49084, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 34, 43400, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 35, 43398, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70701, 36, 43399, 0, 0, 0, 0);
-- Shaman glyphs
DELETE FROM creature_template WHERE entry = 70702;
INSERT INTO creature_template VALUES(
70702, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Shaman Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70702;
-- Major
INSERT INTO npc_vendor VALUES(70702, 1, 41517, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 2, 41518, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 3, 45775, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 4, 41527, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 5, 41552, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 6, 45771, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 7, 41529, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 8, 41530, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 9, 41531, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 10, 41532, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 11, 41547, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 12, 41533, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 13, 41534, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 14, 45777, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 15, 41524, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 16, 41540, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 17, 41535, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 18, 41536, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 19, 41537, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 20, 41538, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 21, 45772, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 22, 41526, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 23, 45778, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 24, 41539, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 25, 45770, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 26, 45776, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 27, 41541, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 28, 41542, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70702, 30, 43381, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 31, 43725, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 32, 43385, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 33, 44923, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 34, 43344, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 35, 43386, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70702, 36, 43388, 0, 0, 0, 0);
-- Rogue glyphs
DELETE FROM creature_template WHERE entry = 70703;
INSERT INTO creature_template VALUES(
70703, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Rogue Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70703;
-- Major
INSERT INTO npc_vendor VALUES(70703, 1, 42954, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 2, 42955, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 3, 42956, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 4, 42957, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 5, 45769, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 6, 42958, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 7, 42959, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 8, 45908, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 9, 42960, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 10, 42961, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 11, 42962, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 12, 45766, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 13, 42963, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 14, 42964, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 15, 42965, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 16, 42966, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 17, 42967, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 18, 45761, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 19, 45762, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 20, 45768, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 21, 42968, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 22, 42969, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 23, 42970, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 24, 45764, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 25, 42972, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 26, 42973, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 27, 42974, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 28, 45767, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 29, 42971, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70703, 30, 43379, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 31, 43376, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 32, 43377, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 33, 43343, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 34, 43378, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70703, 35, 43380, 0, 0, 0, 0);
-- Priest glyphs
DELETE FROM creature_template WHERE entry = 70704;
INSERT INTO creature_template VALUES(
70704, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Priest Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70704;
-- Major
INSERT INTO npc_vendor VALUES(70704, 1, 42396, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 2, 42397, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 3, 45753, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 4, 42398, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 5, 42399, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 6, 42400, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 7, 45755, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 8, 42401, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 9, 45758, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 10, 42402, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 11, 42403, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 12, 42404, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 13, 42405, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 14, 42415, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 15, 45757, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 16, 45760, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 17, 45756, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 18, 42408, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 19, 42409, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 20, 42410, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 21, 42411, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 22, 42412, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 23, 42407, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 24, 42414, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 25, 42406, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 26, 42416, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 27, 42417, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70704, 30, 43342, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 31, 43371, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 32, 43370, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 33, 43373, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 34, 43372, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70704, 35, 43374, 0, 0, 0, 0);
-- Paladin glyphs
DELETE FROM creature_template WHERE entry = 70705;
INSERT INTO creature_template VALUES(
70705, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Paladin Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70705;
-- Major
INSERT INTO npc_vendor VALUES(70705, 1, 41101, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 2, 41107, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 3, 45741, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 4, 41104, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 5, 41099, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 6, 41098, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 7, 45745, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 8, 45743, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 9, 41108, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 10, 41103, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 11, 41105, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 12, 41095, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 13, 41097, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 14, 45742, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 15, 41106, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 16, 45746, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 17, 43867, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 18, 41092, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 19, 41100, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 20, 45747, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 21, 41094, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 22, 41110, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 23, 43868, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 24, 43869, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 25, 41109, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 26, 45744, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 27, 41096, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 28, 41102, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70705, 30, 43365, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 31, 43340, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 32, 43366, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 33, 43367, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 34, 43368, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70705, 35, 43369, 0, 0, 0, 0);
-- Mage glyphs
DELETE FROM creature_template WHERE entry = 70706;
INSERT INTO creature_template VALUES(
70706, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Mage Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70706;
-- Major
INSERT INTO npc_vendor VALUES(70706, 1, 45738, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 2, 44955, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 3, 42734, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 4, 42735, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 5, 42736, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 6, 42737, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 7, 45736, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 8, 50045, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 9, 42738, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 10, 42740, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 11, 42739, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 12, 42741, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 13, 42742, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 14, 44684, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 15, 42743, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 16, 45740, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 17, 42744, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 18, 42745, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 19, 42746, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 20, 42748, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 21, 45737, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 22, 42749, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 23, 42750, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 24, 45739, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 25, 42751, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 26, 42752, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 27, 42753, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 28, 42747, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 29, 42754, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 30, 43362, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70706, 31, 43339, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 32, 44920, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 33, 43357, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 34, 43359, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 35, 43360, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 36, 43364, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70706, 37, 43361, 0, 0, 0, 0);
-- Hunter glyphs
DELETE FROM creature_template WHERE entry = 70707;
INSERT INTO creature_template VALUES(
70707, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Hunter Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70707;
-- Major
INSERT INTO npc_vendor VALUES(70707, 1, 42897, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 2, 42898, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 3, 42901, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 4, 42902, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 5, 45625, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 6, 42903, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 7, 42904, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 8, 45731, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 9, 45733, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 10, 42905, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 11, 42906, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 12, 42907, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 13, 42908, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 14, 45732, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 15, 42900, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 16, 42910, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 17, 42911, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 18, 45735, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 19, 45734, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 20, 42912, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 21, 42913, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 22, 42914, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 23, 42915, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 24, 42916, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 25, 42917, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 26, 42899, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 27, 42909, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70707, 31, 43351, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 32, 43350, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 33, 43354, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 34, 43338, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 35, 43356, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70707, 36, 43355, 0, 0, 0, 0);
-- Druid glyphs
DELETE FROM creature_template WHERE entry = 70708;
INSERT INTO creature_template VALUES(
70708, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Druid Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70708;
-- Major
INSERT INTO npc_vendor VALUES(70708, 1, 45623, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 2, 45601, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 3, 48720, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 4, 40927, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 5, 44928, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 6, 40896, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 7, 40899, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 8, 40914, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 9, 40920, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 10, 40908, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 11, 40919, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 12, 40915, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 13, 40900, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 14, 40897, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 15, 45622, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 16, 40923, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 17, 45603, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 18, 40903, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 19, 50125, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 20, 40909, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 21, 40912, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 22, 40913, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 23, 40902, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 24, 45604, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 25, 40901, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 26, 40921, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 27, 40916, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 28, 46372, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 29, 40906, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 30, 45602, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 31, 40922, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70708, 32, 43316, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 33, 43334, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 34, 43674, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 35, 43332, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 36, 44922, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 37, 43331, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70708, 38, 43335, 0, 0, 0, 0);
-- Death Knight glyphs
DELETE FROM creature_template WHERE entry = 70709;
INSERT INTO creature_template VALUES(
70709, -- entry
0, 0, 0, -- difficulty entry 123
0, 0, -- killcredit 1, 2
28172, 0, 0, 0, -- modelid 1, 2, 3, 4,
"Death Knight Glyphs", "Pure Awesomeness", -- name, subname
NULL, -- iconname
0, -- gossip menu id
80, 80, -- minlevel, maxlevel
2, -- exp
2006, -- faction
4224, -- npcflag
1, 1.14286, -- speed walk, run
1, -- scale
0, -- rank
0, -- dmgsschool
2000, 2000, -- baseattacktime, rangeattacktime
1, 1, -- basevariance, rangevariance
8, -- unitclass
32768, -- unitflags
2048, -- unitflags2
0, -- dynamicflags
0, -- family
0, 0, 0, 0, -- trainer_type, trainer spell, trainer class, trainer race
7, 0, -- type, type flags
0, 0, 0, -- lootid, pickpocketloot, skinloot
0, 0, 0, 0, 0, 0, -- resist 1-6
0, 0, 0, 0, 0, 0, 0, 0, -- spell 1-8
0, -- petspelldataid
0, -- vehicleid
0, 0, -- mingold maxgold
"", -- AIName
0, 3, 1, -- movementtype, inhabittype, hoverheight
1, 1, 1, 1, 1, -- healthmodifier, manamodifier armormodifier, damagemodifier, experiencemodifier
0, -- racialleader
0, 0, 0, 0, 0, 0, -- questitem1-6
0, -- movementid
1, -- regenhealth
0, -- mechanic immune mask
0, -- flags extra
"", -- scriptname
0 -- verifiedbuild
);
DELETE FROM npc_vendor WHERE entry = 70709;
-- Major
INSERT INTO npc_vendor VALUES(70709, 1, 43533, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 2, 43826, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 3, 43536, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 4, 43537, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 5, 45799, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 6, 43538, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 7, 45804, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 8, 43541, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 9, 43827, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 10, 43542, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 11, 45805, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 12, 43543, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 13, 43534, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 14, 45806, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 15, 45800, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 16, 43545, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 17, 43546, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 18, 43547, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 19, 43548, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 20, 44432, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 21, 43550, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 22, 43825, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 23, 43551, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 24, 43552, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 25, 43553, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 26, 45803, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 27, 43554, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 28, 43549, 0, 0, 0, 0);
-- Minor
INSERT INTO npc_vendor VALUES(70709, 32, 43535, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 33, 43671, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 34, 43539, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 35, 43544, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 36, 43672, 0, 0, 0, 0);
INSERT INTO npc_vendor VALUES(70709, 37, 43673, 0, 0, 0, 0);

413
mall/ironforge-spawns.sql Normal file
View File

@ -0,0 +1,413 @@
-- Rogue
DELETE FROM creature WHERE id = 918;
-- original
INSERT INTO creature VALUES(default, -- guid
918, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-8752.3, 377.572, 101.139, 1.29154, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
918, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4649.7, -964.069, 502.146, 2.56697, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Mage
DELETE FROM creature WHERE id = 331;
-- original
INSERT INTO creature VALUES(default, -- guid
331, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-9012, 867.595, 29.621, 0.776, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
331, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4650.62, -965.464, 502.146, 2.44131, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Druid
DELETE FROM creature WHERE id = 4218 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
4218, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4651.91, -966.845, 502.146, 2.39026, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Hunter
DELETE FROM creature WHERE id = 4146 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
4146, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4653.181, -968.121, 502.146, 2.31172, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Paladin
DELETE FROM creature WHERE id = 928;
-- original
INSERT INTO creature VALUES(default, -- guid
928, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-8577, 881.698, 106.519, 5.433, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
928, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4654.46, -969.243, 502.146, 2.08395, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Priest
DELETE FROM creature WHERE id = 376;
-- original
INSERT INTO creature VALUES(default, -- guid
376, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-8512, 862.364, 109.927, 3.822, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
376, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4656.05, -970.163, 502.143, 2.04075, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Warrior
DELETE FROM creature WHERE id = 5479;
-- original
INSERT INTO creature VALUES(default, -- guid
5479, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-8689.32, 323.237, 109.521, 1.29154, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
5479, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4657.75, -971.164, 502.144, 1.99363, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Shaman
DELETE FROM creature WHERE id = 17520 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
17520, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4659.67, -971.374, 502.143, 1.75016, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Warlock
DELETE FROM creature WHERE id = 5495;
-- original
INSERT INTO creature VALUES(default, -- guid
5495, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-8971, 1029.9, 101.487, 2.967, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
5495, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4661.85, -971.742, 502.141, 1.73838, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Mel Francis
DELETE FROM creature WHERE id = 32216 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
32216, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4667.88, -970.717, 502.137, 1.16268, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Hira Snowdawn
DELETE FROM creature WHERE id = 31238 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
31238, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4671.23, -968.437, 502.137, 0.970257, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
UPDATE creature_template SET AIName = "" WHERE entry = 31238;
-- Innkeeper
DELETE FROM creature WHERE id = 32413 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
32413, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4670.77, -962.473, 500.377, 0.659251, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Class Queste
DELETE FROM creature WHERE id = 70600 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
70600, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4676.65, -961.698, 502.146, 0.455818, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Bestmaster
DELETE FROM creature WHERE id = 99990 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
99990, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4677.3, -959.982, 502.146, 0.264181, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Hyaleth
DELETE FROM creature WHERE id = 70001 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
70001, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4677.52, -958.262, 502.146, 0.201349, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Borrhus
DELETE FROM creature WHERE id = 70000 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
70000, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4677.83, -956.759, 502.146, 0.201349, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Enchant
DELETE FROM creature WHERE id = 100067 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
100067, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4678.14, -955.248, 502.146, 0.201349, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Tmog guy
DELETE FROM creature WHERE id = 190010 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
190010, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4669.98, -991.137, 501.658, 0.694569, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
INSERT INTO creature VALUES(default, -- guid
190010, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4678.13, -953.13, 501.658, 0.694569, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- DK glyphs
DELETE FROM creature WHERE id = 70709 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
70709, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4677.38, -951.127, 502.145, 6.02507, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Druid glyphs
DELETE FROM creature WHERE id = 70708 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
70708, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4677.16, -949.772, 502.145, 5.89156, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);
-- Hunter glyphs
DELETE FROM creature WHERE id = 70707 AND map = 0;
INSERT INTO creature VALUES(default, -- guid
70707, -- id
0, 0, 0, -- map, zone, area
1, 1, -- spawnMask, PhaseMask
0, 1, -- modelid, equipmentId
-4676.48, -948.292, 502.145, 5.75019, -- x, y, z, orientation
300, 0, 0, -- spawntimesecs, spawndist, currWaypoint
10080, 8814, -- currhealth, currmana
0, -- movementtype
0, 0, 0, -- npcflag, unit_flags, dynamicflags
0 -- verifiedbuild
);

0
mall/spawns.sql Normal file
View File

View File

@ -47,6 +47,8 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70020;
INSERT INTO npc_vendor VALUES(70020, 0, 70309, 0, 0, 0, 0); -- druid (ZA lvl 70)
INSERT INTO npc_vendor VALUES(70020, 1, 70110, 0, 0, 0, 0); -- Warlock (ZA lvl 70)
INSERT INTO npc_vendor VALUES(70020, 2, 27424, 0, 0, 0, 0); -- Shaman (ZA lvl 70)
DELETE FROM creature WHERE id = 70020;
INSERT INTO creature VALUES(default, -- guid
@ -111,6 +113,8 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70021;
INSERT INTO npc_vendor VALUES(70021, 0, 70310, 0, 0, 0, 0); -- druid (Gruul, Magtheridon lvl 70)
INSERT INTO npc_vendor VALUES(70021, 0, 70111, 0, 0, 0, 0); -- Warlock (Gruul, Magtheridon lvl 70)
INSERT INTO npc_vendor VALUES(70021, 0, 70400, 0, 0, 0, 0); -- Shaman (Gruul, Magtheridon lvl 70)
DELETE FROM creature WHERE id = 70021;
INSERT INTO creature VALUES(default, -- guid
@ -175,7 +179,9 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70022;
INSERT INTO npc_vendor VALUES(70022, 0, 70311, 0, 0, 0, 0); -- druid (Gruul, Magtheridon lvl 70)
INSERT INTO npc_vendor VALUES(70022, 0, 70311, 0, 0, 0, 0); -- druid (Hyjal lvl 70)
INSERT INTO npc_vendor VALUES(70022, 0, 70112, 0, 0, 0, 0); -- Warlock (Hyjal lvl 70)
INSERT INTO npc_vendor VALUES(70022, 0, 70401, 0, 0, 0, 0); -- Shaman (Hyjal lvl 70)
DELETE FROM creature WHERE id = 70022;
INSERT INTO creature VALUES(default, -- guid
@ -240,6 +246,7 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70023;
INSERT INTO npc_vendor VALUES(70023, 0, 70312, 0, 0, 0, 0); -- druid (SSC lvl 70)
INSERT INTO npc_vendor VALUES(70023, 0, 70113, 0, 0, 0, 0); -- warlock (SSC lvl 70)
DELETE FROM creature WHERE id = 70023;
INSERT INTO creature VALUES(default, -- guid
@ -304,6 +311,7 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70024;
INSERT INTO npc_vendor VALUES(70024, 0, 70313, 0, 0, 0, 0); -- druid (The Eye lvl 70)
INSERT INTO npc_vendor VALUES(70024, 0, 70114, 0, 0, 0, 0); -- Warlock (The Eye lvl 70)
/*
DELETE FROM creature WHERE id = 70024;
@ -369,6 +377,7 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70025;
INSERT INTO npc_vendor VALUES(70025, 0, 70314, 0, 0, 0, 0); -- druid (BT lvl 70)
INSERT INTO npc_vendor VALUES(70025, 0, 70115, 0, 0, 0, 0); -- Warlock (BT lvl 70)
/*
DELETE FROM creature WHERE id = 70025;
@ -434,6 +443,7 @@ NULL, -- iconname
DELETE FROM npc_vendor WHERE entry = 70026;
INSERT INTO npc_vendor VALUES(70026, 0, 70315, 0, 0, 0, 0); -- druid (Sunwell lvl 70)
INSERT INTO npc_vendor VALUES(70026, 0, 70116, 0, 0, 0, 0); -- Warlock (Sunwell lvl 70)
/*
DELETE FROM creature WHERE id = 70026;

View File

@ -52,6 +52,7 @@ INSERT INTO npc_vendor VALUES(70002, 0, 70009, 0, 0, 0, 0); -- mage (10man lvl 6
INSERT INTO npc_vendor VALUES(70002, 0, 18498, 0, 0, 0, 0); -- shaman (10man lvl 60)
INSERT INTO npc_vendor VALUES(70002, 0, 14555, 0, 0, 0, 0); -- rogue (10man lvl 60)
INSERT INTO npc_vendor VALUES(70002, 0, 70303, 0, 0, 0, 0); -- druid (10man lvl 60)
INSERT INTO npc_vendor VALUES(70002, 0, 70103, 0, 0, 0, 0); -- warlock (10man lvl 60)
DELETE FROM creature WHERE id = 70002;
INSERT INTO creature VALUES(default, -- guid
@ -120,6 +121,7 @@ INSERT INTO npc_vendor VALUES(70003, 0, 70010, 0, 0, 0, 0); -- mage (For ZG lvl
INSERT INTO npc_vendor VALUES(70003, 0, 12621, 0, 0, 0, 0); -- Shaman (For ZG lvl 60)
INSERT INTO npc_vendor VALUES(70003, 0, 12590, 0, 0, 0, 0); -- Rogue (For ZG lvl 60)
INSERT INTO npc_vendor VALUES(70003, 0, 70304, 0, 0, 0, 0); -- Druid (For ZG lvl 60)
INSERT INTO npc_vendor VALUES(70003, 0, 70104, 0, 0, 0, 0); -- Warlock (For ZG lvl 60)
DELETE FROM creature WHERE id = 70003;
INSERT INTO creature VALUES(default, -- guid
@ -187,6 +189,7 @@ INSERT INTO npc_vendor VALUES(70004, 0, 70011, 0, 0, 0, 0); -- mage (For AQ20 lv
INSERT INTO npc_vendor VALUES(70004, 0, 21242, 0, 0, 0, 0); -- Shaman (For AQ20 lvl 60)
INSERT INTO npc_vendor VALUES(70004, 0, 19903, 0, 0, 0, 0); -- Rogue (For AQ20 lvl 60)
INSERT INTO npc_vendor VALUES(70004, 0, 70305, 0, 0, 0, 0); -- Druid (For AQ20 lvl 60)
INSERT INTO npc_vendor VALUES(70004, 0, 70105, 0, 0, 0, 0); -- Warlock (For AQ20 lvl 60)
DELETE FROM creature WHERE id = 70004;
INSERT INTO creature VALUES(default, -- guid
@ -254,6 +257,7 @@ INSERT INTO npc_vendor VALUES(70005, 0, 19852, 0, 0, 0, 0); -- shaman (MC lvl 60
INSERT INTO npc_vendor VALUES(70005, 0, 19324, 0, 0, 0, 0); -- rogue (MC lvl 60)
INSERT INTO npc_vendor VALUES(70005, 0, 70012, 0, 0, 0, 0); -- Mage (MC lvl 60)
INSERT INTO npc_vendor VALUES(70005, 0, 70306, 0, 0, 0, 0); -- Druid (MC lvl 60)
INSERT INTO npc_vendor VALUES(70005, 0, 70106, 0, 0, 0, 0); -- Druid (MC lvl 60)
DELETE FROM creature WHERE id = 70005;
INSERT INTO creature VALUES(default, -- guid
@ -321,6 +325,7 @@ INSERT INTO npc_vendor VALUES(70006, 0, 19363, 0, 0, 0, 0); -- shaman (BWL lvl 6
INSERT INTO npc_vendor VALUES(70006, 0, 19166, 0, 0, 0, 0); -- rogue (BWL lvl 60)
INSERT INTO npc_vendor VALUES(70006, 0, 70013, 0, 0, 0, 0); -- Mage (BWL lvl 60)
INSERT INTO npc_vendor VALUES(70006, 0, 70307, 0, 0, 0, 0); -- Druid (BWL lvl 60)
INSERT INTO npc_vendor VALUES(70006, 0, 70107, 0, 0, 0, 0); -- Warlock (BWL lvl 60)
DELETE FROM creature WHERE id = 70006;
INSERT INTO creature VALUES(default, -- guid
@ -388,6 +393,7 @@ DELETE FROM npc_vendor WHERE entry = 70007;
INSERT INTO npc_vendor VALUES(70007, 0, 22816, 0, 0, 0, 0); -- shaman (AQ40 lvl 60)
INSERT INTO npc_vendor VALUES(70007, 0, 70014, 0, 0, 0, 0); -- mage (AQ40 lvl 60)
INSERT INTO npc_vendor VALUES(70007, 0, 70308, 0, 0, 0, 0); -- Druid (AQ40 lvl 60)
INSERT INTO npc_vendor VALUES(70007, 0, 70108, 0, 0, 0, 0); -- Warlock (AQ40 lvl 60)
DELETE FROM creature WHERE id = 70007;
INSERT INTO creature VALUES(default, -- guid