From 3100a574b233645f2774116e6b7abaf34959ef68 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:06:02 +0200 Subject: [PATCH] Update zone_stormwind.sql - fixed the "train me" menu of the expert tailor - batched many inserts - sorted the sql in the same format as the other cities. --- sql/world/base/zone_stormwind.sql | 421 +++++++++++------------------- 1 file changed, 149 insertions(+), 272 deletions(-) diff --git a/sql/world/base/zone_stormwind.sql b/sql/world/base/zone_stormwind.sql index 39a22da..0d989ff 100644 --- a/sql/world/base/zone_stormwind.sql +++ b/sql/world/base/zone_stormwind.sql @@ -1,30 +1,126 @@ +-- Dane Lindgren +UPDATE `creature_template` SET `subname`='Journeyman Blacksmith', `npcflag`=81, `trainer_type`=2 WHERE `entry`=957; + +-- Betty Quin +UPDATE `creature_template` SET `subname`='Journeyman Enchanter', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11068; + +-- Lucan Cordell +UPDATE `creature_template` SET `subname`='Expert Enchanter' WHERE `entry`=1317; + +-- Sprite Jumpsprocket +UPDATE `creature_template` SET `subname`='Journeyman Engineer', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11026; + +-- Randal Worth +UPDATE `creature_template` SET `subname`='Journeyman Leatherworker', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11096; + +-- Lawrence Schneider +UPDATE `creature_template` SET `subname`='Journeyman Tailor', `npcflag`=81, `trainer_type`=2 WHERE `entry`=1300; + +-- Sellandus +UPDATE `creature_template` SET `type_flags`=134217728 WHERE `entry`=5567; + +-- Georgio Bolero +UPDATE `creature_template` SET `subname`='Artisan Tailor' WHERE `entry`=1346; + + +-- Tel'Athir +DELETE FROM `npc_trainer` WHERE `ID`=5500; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5500, -300000); + +-- Lilyssia Nightbreeze +DELETE FROM `npc_trainer` WHERE `ID`=5499; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5499, -300000), (5499, -300001); + +-- Dane Lindgren +DELETE FROM `npc_trainer` WHERE `ID`=957; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (957, -310000); + +-- Therum Deepforge +DELETE FROM `npc_trainer` WHERE `ID`=5511; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5511, -310000), (5511, -310001); + +-- Betty Quin +DELETE FROM `npc_trainer` WHERE `ID`=11068; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11068, -330000); + +-- Lucan Cordell +DELETE FROM `npc_trainer` WHERE `ID`=1317; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1317, -330000), (1317, -330001); + +-- Sprite Jumpsprocket +DELETE FROM `npc_trainer` WHERE `ID`=11026; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11026, -340000); + +-- Lilliam Sparkspindle +DELETE FROM `npc_trainer` WHERE `ID`=5518; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5518, -340000), (5518, -340001); + +-- Randal Worth +DELETE FROM `npc_trainer` WHERE `ID`=11096; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11096, -380000); + +-- Simon Tanner +DELETE FROM `npc_trainer` WHERE `ID`=5564; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5564, -380000), (5564, -380001); + +-- Lawrence Schneider +DELETE FROM `npc_trainer` WHERE `ID`=1300; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1300, -410000); + +-- Sellandus +DELETE FROM `npc_trainer` WHERE `ID`=5567; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5567, -410000), (5567, -410001); + +-- Georgio Bolero +DELETE FROM `npc_trainer` WHERE `ID`=1346; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1346, -410000), (1346, -410001), (1346, -410002); + + +-- Lucan Cordell +DELETE FROM `gossip_menu_option` WHERE `MenuID`=4161; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES +(4161, 0, 3, 'Train me.', 3266, 5, 16); + +-- Sellandus +DELETE FROM `gossip_menu_option` WHERE `MenuID`=4344; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES +(4344, 0, 3, 'Train me.', 3266, 5, 16); + + -- Therum Deepforge DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=581 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 581, 0, 7, 164, 50, 'Show menu if blacksmithing is 50 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 581, 0, 7, 164, 50, 'Show menu if blacksmithing is 50 or higher'); -- Lilliam Sparkspindle DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4146 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4146, 0, 7, 202, 50, 'Show menu if engineering is 50 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 4146, 0, 7, 202, 50, 'Show menu if engineering is 50 or higher'); -- Lucan Cordell DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4161 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4161, 0, 7, 333, 50, 'Show menu if enchanting is 50 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 4161, 0, 7, 333, 50, 'Show menu if enchanting is 50 or higher'); -- Lilyssia Nightbreeze DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4201 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4201, 0, 7, 171, 50, 'Show menu if alchemy is 50 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 4201, 0, 7, 171, 50, 'Show menu if alchemy is 50 or higher'); -- Simon Tanner DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4203 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4203, 0, 7, 165, 50, 'Show menu if leatherworking is 50 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 4203, 0, 7, 165, 50, 'Show menu if leatherworking is 50 or higher'); -- Sellandus DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4344 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4344, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 4344, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher'); -- Georgio Bolero DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4353 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4353, 0, 7, 197, 125, 'Show menu if tailoring is 125 or higher'); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(15, 4353, 0, 7, 197, 125, 'Show menu if tailoring is 125 or higher'); -- Thelman Slatefist @@ -111,9 +207,6 @@ UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=352; -- General Marcus Jonathan UPDATE `creature_template` SET `minlevel`=62, `maxlevel`=62 WHERE `entry`=466; --- Dane Lindgren -UPDATE `creature_template` SET `subname`='Journeyman Blacksmith', `npcflag`=81, `trainer_type`=2 WHERE `entry`=957; - -- Keldric Boucher UPDATE `creature_template` SET `subname`='Arcane Goods Vendor' WHERE `entry`=1257; @@ -123,21 +216,12 @@ UPDATE `creature_template` SET `subname`='Reagent Vendor' WHERE `entry`=1275; -- Edna Mullby UPDATE `creature_template` SET `subname`='Trade Supplier' WHERE `entry`=1286; --- Lawrence Schneider -UPDATE `creature_template` SET `subname`='Journeyman Tailor', `npcflag`=81, `trainer_type`=2 WHERE `entry`=1300; - -- Owen Vaughn UPDATE `creature_template` SET `subname`='Reagent Vendor' WHERE `entry`=1308; --- Lucan Cordell -UPDATE `creature_template` SET `subname`='Expert Enchanter' WHERE `entry`=1317; - -- Sloan McCoy UPDATE `creature_template` SET `subname`='Poison Supplier' WHERE `entry`=1326; --- Georgio Bolero -UPDATE `creature_template` SET `subname`='Artisan Tailor' WHERE `entry`=1346; - -- Brother Cassius UPDATE `creature_template` SET `subname`='Reagent Vendor' WHERE `entry`=1351; @@ -150,15 +234,6 @@ UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=1976; -- Borgus Steelhand UPDATE `creature_template` SET `subname`='Weapon Crafter' WHERE `entry`=7232; --- Sprite Jumpsprocket -UPDATE `creature_template` SET `subname`='Journeyman Engineer', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11026; - --- Betty Quin -UPDATE `creature_template` SET `subname`='Journeyman Enchanter', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11068; - --- Randal Worth -UPDATE `creature_template` SET `subname`='Journeyman Leatherworker', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11096; - -- Lieutenant Rachel Vaccar UPDATE `creature_template` SET `subname`=NULL, `minlevel`=55, `maxlevel`=55, `npcflag`=0 WHERE `entry`=12778; @@ -192,33 +267,6 @@ UPDATE `creature_template` SET `minlevel`=63, `maxlevel`=63 WHERE `entry`=29611; -- Lieutenant Karter UPDATE `creature_template_addon` SET `mount`=0 WHERE `entry`=12783; --- Lucan Cordell -DELETE FROM `gossip_menu_option` WHERE `MenuID`=4161; -INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4161, 0, 3, 'Train me.', 3266, 5, 16); - --- Sellandus -DELETE FROM `gossip_menu_option` WHERE `MenuID`=4344; -INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4344, 0, 3, 'Train me.', 3266, 5, 16); - --- Dane Lindgren -DELETE FROM `npc_trainer` WHERE `ID`=957; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (957, -310000); - --- Lawrence Schneider -DELETE FROM `npc_trainer` WHERE `ID`=1300; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1300, -410000); - --- Lucan Cordell -DELETE FROM `npc_trainer` WHERE `ID`=1317; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1317, -330000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1317, -330001); - --- Georgio Bolero -DELETE FROM `npc_trainer` WHERE `ID`=1346; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1346, -410000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1346, -410001); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1346, -410002); - -- Tomas DELETE FROM `npc_trainer` WHERE `ID`=1430; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1430, -320000); @@ -235,51 +283,10 @@ INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5493, -360000); DELETE FROM `npc_trainer` WHERE `ID`=5482; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5482, -320000); --- Lilyssia Nightbreeze -DELETE FROM `npc_trainer` WHERE `ID`=5499; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5499, -300000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5499, -300001); - --- Tel'Athir -DELETE FROM `npc_trainer` WHERE `ID`=5500; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5500, -300000); - --- Therum Deepforge -DELETE FROM `npc_trainer` WHERE `ID`=5511; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5511, -310000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5511, -310001); - -- Gelman Stonehand DELETE FROM `npc_trainer` WHERE `ID`=5513; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5513, -390000); --- Lilliam Sparkspindle -DELETE FROM `npc_trainer` WHERE `ID`=5518; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5518, -340000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5518, -340001); - --- Simon Tanner -DELETE FROM `npc_trainer` WHERE `ID`=5564; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5564, -380000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5564, -380001); - --- Sellandus -DELETE FROM `npc_trainer` WHERE `ID`=5567; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5567, -410000); -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5567, -410001); - --- Sprite Jumpsprocket -DELETE FROM `npc_trainer` WHERE `ID`=11026; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11026, -340000); - --- Betty Quin -DELETE FROM `npc_trainer` WHERE `ID`=11068; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11068, -330000); - --- Randal Worth -DELETE FROM `npc_trainer` WHERE `ID`=11096; -INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11096, -380000); - -- Elaine Trias DELETE FROM `npc_vendor` WHERE `entry`=483 AND `item` IN (27857, 33443, 35952); @@ -292,11 +299,7 @@ DELETE FROM `npc_vendor` WHERE `entry`=1275 AND `item` IN (22147, 22148, 37201); -- Edna Mullby DELETE FROM `npc_vendor` WHERE `entry`=1286 AND `item` IN (14341, 18256, 20856); DELETE FROM `npc_vendor` WHERE `entry`=1286 AND `item` IN (2324, 2605, 2928, 6260, 6529); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (1286, 2324); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (1286, 2605); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (1286, 2928); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (1286, 6260); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (1286, 6529); +INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (1286, 2324), (1286, 2605), (1286, 2928), (1286, 6260), (1286, 6529); -- Frederick Stover DELETE FROM `npc_vendor` WHERE `entry`=1298 AND `item` IN (11303, 11306, 11307, 28053); @@ -350,196 +353,70 @@ DELETE FROM `npc_vendor` WHERE `entry`=5565 AND `item`=38426; DELETE FROM `npc_vendor` WHERE `entry`=6740 AND `item` IN (4536, 4537, 4538, 4539, 4602, 8953, 27855, 27856, 28399, 33444, 33445, 33449, 35948, 35949, 35950, 35954); -- Captain Dirgehammer -DELETE FROM `npc_vendor` WHERE `entry`=12777 AND `item` IN (16437, 16440, 16441, 16442, 16443, 16444, 16446, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16459, 16462, 16463, 16465, 16466, 16467, 16468, 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16483, 16484, 17578, 17579, 17580, 17581, 17583, 17584, 17602, 17603, 17604, 17605, 17607, 17608, 23272, 23273, 23274, 23275, 23276, 23277, 23278, 23279, 23280, 23281, 23282, 23283, 23284, 23285, 23286, 23287, 23288, 23289, 23290, 23291, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23300, 23301, 23302, 23303, 23304, 23305, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 23314, 23315, 23316, 23317, 23318, 23319); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16437, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16440, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16441, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16442, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16443, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16444, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16446, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16448, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16449, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16450, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16451, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16452, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16453, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16454, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16455, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16456, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16457, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16459, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16462, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16463, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16465, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16466, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16467, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16468, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16471, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16472, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16473, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16474, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16475, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16476, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16477, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16478, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16479, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16480, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16483, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 16484, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17578, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17579, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17580, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17581, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17583, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17584, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17602, 464); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17603, 542); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17604, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17605, 463); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17607, 465); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 17608, 541); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23272, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23273, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23274, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23275, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23276, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23277, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23278, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23279, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23280, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23281, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23282, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23283, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23284, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23285, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23286, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23287, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23288, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23289, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23290, 428); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23291, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23292, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23293, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23294, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23295, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23296, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23297, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23298, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23299, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23300, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23301, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23302, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23303, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23304, 653); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23305, 652); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23306, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23307, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23308, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23309, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23310, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23311, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23312, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23313, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23314, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23315, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23316, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23317, 427); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23318, 444); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12777, 23319, 427); +DELETE FROM `npc_vendor` WHERE `entry`=12777 AND `item` IN + (16437, 16440, 16441, 16442, 16443, 16444, 16446, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16459, 16462, 16463, 16465, 16466, 16467, 16468, + 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16483, 16484, 17578, 17579, 17580, 17581, 17583, 17584, 17602, 17603, 17604, 17605, 17607, 17608, + 23272, 23273, 23274, 23275, 23276, 23277, 23278, 23279, 23280, 23281, 23282, 23283, 23284, 23285, 23286, 23287, 23288, 23289, 23290, 23291, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, + 23300, 23301, 23302, 23303, 23304, 23305, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 23314, 23315, 23316, 23317, 23318, 23319); + +INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES + (12777, 16437, 465), (12777, 16440, 541), (12777, 16441, 464), (12777, 16442, 542), (12777, 16443, 463), (12777, 16444, 465), (12777, 16446, 465), (12777, 16448, 541), (12777, 16449, 465), + (12777, 16450, 542), (12777, 16451, 464), (12777, 16452, 463), (12777, 16453, 463), (12777, 16454, 541), (12777, 16455, 464), (12777, 16456, 542), (12777, 16457, 465), (12777, 16459, 465), + (12777, 16462, 465), (12777, 16463, 541), (12777, 16465, 464), (12777, 16466, 463), (12777, 16467, 542), (12777, 16468, 465), (12777, 16471, 541), (12777, 16472, 465), (12777, 16473, 463), + (12777, 16474, 464), (12777, 16475, 542), (12777, 16476, 465), (12777, 16477, 463), (12777, 16478, 464), (12777, 16479, 542), (12777, 16480, 465), (12777, 16483, 465), (12777, 16484, 541), + (12777, 17578, 464), (12777, 17579, 542), (12777, 17580, 465), (12777, 17581, 463), (12777, 17583, 465), (12777, 17584, 541), (12777, 17602, 464), (12777, 17603, 542), (12777, 17604, 465), + (12777, 17605, 463), (12777, 17607, 465), (12777, 17608, 541), (12777, 23272, 652), (12777, 23273, 653), (12777, 23274, 428), (12777, 23275, 427), (12777, 23276, 444), (12777, 23277, 427), + (12777, 23278, 427), (12777, 23279, 428), (12777, 23280, 428), (12777, 23281, 427), (12777, 23282, 428), (12777, 23283, 427), (12777, 23284, 428), (12777, 23285, 427), (12777, 23286, 428), + (12777, 23287, 427), (12777, 23288, 428), (12777, 23289, 427), (12777, 23290, 428), (12777, 23291, 427), (12777, 23292, 652), (12777, 23293, 653), (12777, 23294, 652), (12777, 23295, 653), + (12777, 23296, 653), (12777, 23297, 652), (12777, 23298, 652), (12777, 23299, 653), (12777, 23300, 652), (12777, 23301, 653), (12777, 23302, 653), (12777, 23303, 652), (12777, 23304, 653), + (12777, 23305, 652), (12777, 23306, 444), (12777, 23307, 427), (12777, 23308, 444), (12777, 23309, 427), (12777, 23310, 444), (12777, 23311, 427), (12777, 23312, 444), (12777, 23313, 427), + (12777, 23314, 444), (12777, 23315, 427), (12777, 23316, 444), (12777, 23317, 427), (12777, 23318, 444), (12777, 23319, 427); -- Lieutenant Rachel Vaccar DELETE FROM `npc_vendor` WHERE `entry`=12778; -- Master Sergeant Biggins -DELETE FROM `npc_vendor` WHERE `entry`=12781 AND `item` IN (15196, 16342, 18440, 18441, 18442, 18443, 18444, 18445, 18447, 18448, 18449, 18452, 18453, 18454, 18455, 18456, 18457, 18854, 18856, 18857, 18858, 18859, 18862, 18863, 18864, 25829, 28118, 28119, 28120, 28123, 28234, 28235, 28236, 28237, 28238, 28246, 28247, 28362, 28363, 28379, 28380, 29593, 30348, 30349, 30350, 30351, 31838, 31839, 31840, 31841, 31852, 31853, 31854, 31855, 32453, 32455, 37864, 38589, 44957); +DELETE FROM `npc_vendor` WHERE `entry`=12781 AND `item` IN + (15196, 16342, 18440, 18441, 18442, 18443, 18444, 18445, 18447, 18448, 18449, 18452, 18453, 18454, 18455, 18456, 18457, 18854, 18856, 18857, 18858, 18859, + 18862, 18863, 18864, 25829, 28118, 28119, 28120, 28123, 28234, 28235, 28236, 28237, 28238, 28246, 28247, 28362, 28363, 28379, 28380, 29593, 30348, 30349, + 30350, 30351, 31838, 31839, 31840, 31841, 31852, 31853, 31854, 31855, 32453, 32455, 37864, 38589, 44957); -- Captain O'Neal DELETE FROM `npc_vendor` WHERE `entry`=12782 AND `item` IN (12584, 18825, 18827, 18830, 18833, 18836, 18838, 18843, 18847, 18855, 18865, 18867, 18869, 18873, 18876); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 12584, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18825, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18827, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18830, 2257); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18833, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18836, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18838, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18843, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18847, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18855, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18865, 2291); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18867, 2257); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18869, 2257); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18873, 2257); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12782, 18876, 2257); +INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES + (12782, 12584, 2291), (12782, 18825, 2291), (12782, 18827, 2291), (12782, 18830, 2257), (12782, 18833, 2291), (12782, 18836, 2291), (12782, 18838, 2291), + (12782, 18843, 2291), (12782, 18847, 2291), (12782, 18855, 2291), (12782, 18865, 2291), (12782, 18867, 2257), (12782, 18869, 2257), (12782, 18873, 2257), (12782, 18876, 2257); -- Lieutenant Karter DELETE FROM `npc_vendor` WHERE `entry`=12783 AND `item` IN (29465, 29467, 29468, 29471, 35906); DELETE FROM `npc_vendor` WHERE `entry`=12783 AND `item` IN (18241, 18242, 18243, 18244); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12783, 18241, 423); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12783, 18242, 423); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12783, 18243, 423); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12783, 18244, 423); +INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12783, 18241, 423), (12783, 18242, 423), (12783, 18243, 423), (12783, 18244, 423); -- Sergeant Major Clate -DELETE FROM `npc_vendor` WHERE `entry`=12785 AND `item` IN (16437, 16440, 16441, 16442, 16443, 16444, 16446, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16459, 16462, 16463, 16465, 16466, 16467, 16468, 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16483, 16484, 17578, 17579, 17580, 17581, 17583, 17584, 17602, 17603, 17604, 17605, 17607, 17608, 23272, 23273, 23274, 23275, 23276, 23277, 23278, 23279, 23280, 23281, 23282, 23283, 23284, 23285, 23286, 23287, 23288, 23289, 23290, 23291, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, 23300, 23301, 23302, 23303, 23304, 23305, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 23314, 23315, 23316, 23317, 23318, 23319, 29594, 29595, 29596, 29597, 29598, 29599, 29606, 29607, 29608, 29609, 29610, 29611); -DELETE FROM `npc_vendor` WHERE `entry`=12785 AND `item` IN (117, 159, 1179, 1205, 1645, 1708, 2287, 2593, 2594, 2595, 2596, 2723, 3770, 3771, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4544, 4599, 4601, 4602, 4604, 4605, 4606, 4607, 4608, 8766, 8948, 8950, 8952, 8953); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 117); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 159); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 1179); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 1205); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 1645); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 1708); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 2287); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 2593); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 2594); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 2595); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 2596); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 2723); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 3770); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 3771); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4536); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4537); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4538); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4539); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4540); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4541); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4542); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4544); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4599); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4601); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4602); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4604); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4605); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4606); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4607); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 4608); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 8766); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 8948); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 8950); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 8952); -INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (12785, 8953); +DELETE FROM `npc_vendor` WHERE `entry`=12785 AND `item` IN + (16437, 16440, 16441, 16442, 16443, 16444, 16446, 16448, 16449, 16450, 16451, 16452, 16453, 16454, 16455, 16456, 16457, 16459, 16462, 16463, 16465, 16466, 16467, 16468, + 16471, 16472, 16473, 16474, 16475, 16476, 16477, 16478, 16479, 16480, 16483, 16484, 17578, 17579, 17580, 17581, 17583, 17584, 17602, 17603, 17604, 17605, 17607, 17608, + 23272, 23273, 23274, 23275, 23276, 23277, 23278, 23279, 23280, 23281, 23282, 23283, 23284, 23285, 23286, 23287, 23288, 23289, 23290, 23291, 23292, 23293, 23294, 23295, 23296, 23297, 23298, 23299, + 23300, 23301, 23302, 23303, 23304, 23305, 23306, 23307, 23308, 23309, 23310, 23311, 23312, 23313, 23314, 23315, 23316, 23317, 23318, 23319, 29594, 29595, 29596, 29597, 29598, 29599, + 29606, 29607, 29608, 29609, 29610, 29611); +DELETE FROM `npc_vendor` WHERE `entry`=12785 AND `item` IN + (117, 159, 1179, 1205, 1645, 1708, 2287, 2593, 2594, 2595, 2596, 2723, 3770, 3771, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4544, 4599, 4601, 4602, 4604, 4605, 4606, 4607, 4608, 8766, 8948, 8950, 8952, 8953); + +INSERT INTO `npc_vendor` (`entry`, `item`) VALUES + (12785, 117), (12785, 159), (12785, 1179), (12785, 1205), (12785, 1645), (12785, 1708), (12785, 2287), (12785, 2593), (12785, 2594), (12785, 2595), (12785, 2596), + (12785, 2723), (12785, 3770), (12785, 3771), (12785, 4536), (12785, 4537), (12785, 4538), (12785, 4539), (12785, 4540), (12785, 4541), (12785, 4542), (12785, 4544), (12785, 4599), + (12785, 4601), (12785, 4602), (12785, 4604), (12785, 4605), (12785, 4606), (12785, 4607), (12785, 4608), (12785, 8766), (12785, 8948), (12785, 8950), (12785, 8952), (12785, 8953); -- Officer Areyn DELETE FROM `npc_vendor` WHERE `entry`=12805 AND `item` IN (18445, 18447, 18448, 18449, 18454, 18455, 18456, 18457, 18854, 18856, 18858, 18859, 18862, 18863, 18864); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18445, 492); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18447, 931); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18448, 492); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18449, 931); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18454, 492); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18455, 931); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18456, 492); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18457, 931); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18854, 634); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18856, 634); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18858, 634); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18859, 634); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18862, 634); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18863, 634); -INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (12805, 18864, 634); +INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES + (12805, 18445, 492), (12805, 18447, 931), (12805, 18448, 492), (12805, 18449, 931), (12805, 18454, 492), (12805, 18455, 931), (12805, 18456, 492), (12805, 18457, 931), + (12805, 18854, 634), (12805, 18856, 634), (12805, 18858, 634), (12805, 18859, 634), (12805, 18862, 634), (12805, 18863, 634), (12805, 18864, 634); -- Summon Felsteed (Warlock) DELETE FROM `quest_offer_reward` WHERE `ID`=4488; -INSERT INTO `quest_offer_reward` (`ID`, `RewardText`) VALUES (4488, 'So, you\'ve decided to grace my presence again. How kind of you.$b$bMy acolytes wondered if you\'d ever show up. I told them there was no doubt. When power is concerned, you are drawn in like a moth to the flame.'); +INSERT INTO `quest_offer_reward` (`ID`, `RewardText`) VALUES +(4488, 'So, you\'ve decided to grace my presence again. How kind of you.$b$bMy acolytes wondered if you\'d ever show up. I told them there was no doubt. When power is concerned, you are drawn in like a moth to the flame.'); -- A Meal Served Cold UPDATE `quest_template` SET `Flags`=9, `LogDescription`='Kill a Cold Eye Basilisk, get a Chilled Basilisk Haunch, and return it to Angus Stern in the Blue Recluse.$B$B' WHERE `ID`=212; @@ -558,4 +435,4 @@ DELETE FROM npc_vendor WHERE entry=4255 and item IN (27854, 27855, 27856, 27857, DELETE FROM npc_vendor WHERE entry=10367 and item IN (27854, 27855, 27856, 27857, 27858, 27860, 28399, 29448, 29449, 29450, 29451, 29452, 33443, 33444, 33445, 33449, 33451, 33454, 35948, 35949, 35950, 35951, 35952, 35953, 35954, 27859, 29453, 33452, 35947); DELETE FROM npc_vendor WHERE entry=5109 and item IN (27855, 33449, 35950); DELETE FROM npc_vendor WHERE entry=4981 and item IN (27857, 28399, 33443, 33444, 33445, 35952, 35954); -DELETE FROM npc_vendor WHERE entry=483 and item IN (27857, 33443, 35952); \ No newline at end of file +DELETE FROM npc_vendor WHERE entry=483 and item IN (27857, 33443, 35952);