diff --git a/data/sql/world/base/mounts_and_riding.sql b/data/sql/world/base/mounts_and_riding.sql index a2ef7d5..ff559e3 100644 --- a/data/sql/world/base/mounts_and_riding.sql +++ b/data/sql/world/base/mounts_and_riding.sql @@ -46,7 +46,7 @@ UPDATE npc_trainer SET ReqLevel = 68 WHERE SpellID = 33950; -- Flight Form -- Hide pre 1.6 epic mounts ater BWL is unlocked -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (384, 1261, 3362, 3685, 4730, 7952, 7955); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (384, 1261, 3362, 3685, 4730, 4731, 7952, 7955); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (23, 384, 12353, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Katie Hunter will not sell White Stallion Bridle after the player has completed PROGRESSION_ONYXIA'), @@ -55,16 +55,58 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (23, 1261, 13329, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Veron Emberstill will not sell Frost Ram after the player has completed PROGRESSION_ONYXIA'), (23, 3362, 12330, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Ogunaro Wolfrunner will not sell Horn of the Red Wolf after the player has completed PROGRESSION_ONYXIA'), (23, 3362, 12351, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Ogunaro Wolfrunner will not sell Horn of the Arctic Wolf after the player has completed PROGRESSION_ONYXIA'), +(23, 3362, 46099, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ogunaro Wolfrunner will not sell Horn of the Black Wolf until the player has reached WotLK'), (23, 3685, 15292, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Harb Clawfoot will not sell Green Kodo after the player has completed PROGRESSION_ONYXIA'), (23, 3685, 15293, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Harb Clawfoot will not sell Teal Kodo after the player has completed PROGRESSION_ONYXIA'), +(23, 3685, 46100, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harb Clawhoof will not sell White Kodo until the player has reached WotLK'), (23, 4730, 12302, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Lelanai will not sell Reins of the Ancient Frostsaber after the player has completed PROGRESSION_ONYXIA'), (23, 4730, 12303, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Lelanai will not sell Reins of the Nightsaber after the player has completed PROGRESSION_ONYXIA'), +(23, 4731, 46308, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zachariah Post will not sell Black Skeletal Horse until the player has reached WotLK'), +(23, 4731, 47101, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zachariah Post will not sell Ochre Skeletal Warhorse until the player has reached WotLK'), (23, 7952, 8586, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Zjolnir will not sell Whistle of the Mottled Red Raptor after the player has completed PROGRESSION_ONYXIA'), (23, 7952, 13317, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Zjolnir will not sell Whistle of the Ivory Raptor after the player has completed PROGRESSION_ONYXIA'), (23, 7955, 13326, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Milli Featherwhistle will not sell White Mechanostrider Mod A after the player has completed PROGRESSION_ONYXIA'), (23, 7955, 13327, 0, 0, 8, 0, 66002, 0, 0, 1, 0, 0, '', 'Milli Featherwhistle will not sell Icy Blue Mechanostrider Mod A after the player has completed PROGRESSION_ONYXIA'); +DELETE FROM `npc_vendor` WHERE `entry` = 384 AND `item` IN (12353, 12354); +DELETE FROM `npc_vendor` WHERE `entry` = 1261 AND `item` IN (13328, 13329); +DELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` IN (12353, 12354, 18776, 18777, 18778); +DELETE FROM `npc_vendor` WHERE `entry` = 2357 AND `item` IN (12353, 12354); +DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` IN (12330, 12351); +DELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` IN (15292, 15293); +DELETE FROM `npc_vendor` WHERE `entry` = 4730 AND `item` IN (12302, 12303); +DELETE FROM `npc_vendor` WHERE `entry` = 4885 AND `item` IN (12353, 12354); +DELETE FROM `npc_vendor` WHERE `entry` = 7952 AND `item` IN (8586, 13317); +DELETE FROM `npc_vendor` WHERE `entry` = 7955 AND `item` IN (13326, 13327); + +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES +-- +(384, 12353, 0, 0), -- Katie Hunter, White Stallion Bridle +(384, 12354, 0, 0), -- Katie Hunter, Palomino Bridle +(1261, 13328, 0, 0), -- Veron Amberstill, Black Ram +(1261, 13329, 0, 0), -- Veron Amberstill, Frost Ram +(1460, 18776, 0, 0), -- Unger Statforth, Swift Palomino +(1460, 18777, 0, 0), -- Unger Statforth, Swift Brown Steed +(1460, 18778, 0, 0), -- Unger Statforth, Swift White Steed +(1460, 12353, 0, 0), -- Unger Statforth, White Stallion Bridle +(1460, 12354, 0, 0), -- Unger Statforth, Palomino Bridle +(2357, 12353, 0, 0), -- Merideth Carlson, White Stallion Bridle +(2357, 12354, 0, 0), -- Merideth Carlson, Palomino Bridle +(3362, 12330, 0, 0), -- Ogunaro Wolfrunner, Horn of the Red Wolf +(3362, 12351, 0, 0), -- Ogunaro Wolfrunner, Horn of the Arctic Wolf +(3685, 15293, 0, 0), -- Harb Clawhoof, Teal Kodo +(3685, 15292, 0, 0), -- Harb Clawhoof, Green Kodo +(4730, 12302, 0, 0), -- Lelanai, Ancient Frostsaber +(4730, 12303, 0, 0), -- Lelanai, Reins of the Nightsaber +(4885, 12353, 0, 0), -- Gregor MacVince, White Stallion Bridle +(4885, 12354, 0, 0), -- Gregor MacVince, Palomino Bridle +(7952, 8586, 0, 0), -- Zjolnir, Whistle of the Mottled Red Raptor +(7952, 13317, 0, 0), -- Zjolnir, Whistle of the Ivory Raptor +(7955, 13326, 0, 0), -- Milli Featherwhistle, White Mechanostrider Mod B +(7955, 13327, 0, 0); -- Milli Featherwhistle, Icy Blue Mechanostrider Mod A + + -- Alliance 60% speed mounts UPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000, `RequiredLevel` = 40, `Name` = 'Black Stallion' WHERE `entry` = 2411; UPDATE `item_template` SET `Quality` = 3, `BuyPrice` = 100000, `RequiredLevel` = 40, `Name` = 'Pinto' WHERE `entry` = 2414; diff --git a/data/sql/world/base/vanilla_creatures.sql b/data/sql/world/base/vanilla_creatures.sql index 8614bd9..7367c48 100644 --- a/data/sql/world/base/vanilla_creatures.sql +++ b/data/sql/world/base/vanilla_creatures.sql @@ -18398,8 +18398,8 @@ UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, ` UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `ManaModifier` = 1.0, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry` = 12791; /* Lady Palanseer */ -UPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry` = 12792; -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry` = 26397; +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry` = 12792; +UPDATE `creature_template` SET `minlevel` = 65, `maxlevel` = 65, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry` = 26397; /* Brave Stonehide */ UPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry` = 12793; diff --git a/data/sql/world/base/vanilla_vendors.sql b/data/sql/world/base/vanilla_vendors.sql index 8a56d00..f01a16a 100644 --- a/data/sql/world/base/vanilla_vendors.sql +++ b/data/sql/world/base/vanilla_vendors.sql @@ -1,4979 +1,1478 @@ -/* NPC Tharynn Bouden - 66 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 66 AND `item` = 30817; +/* Hide vendor items until the player has completed the progression level for them */ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN +(66, 372, 483, 789, 790, 843, 844, 958, 983, 989, 1148, 1250, 1257, 1275, 1286, 1307, 1308, 1313, 1325, 1326, 1347, 1351, 1448, 1453, 1454, 1463, 1474, 1672, 1673, 1692, 1694, +2118, 2380, 2381, 2394, 2397, 2480, 2481, 2664, 2668, 2669, 2670, 2672, 2682, 2683, 2684, 2685, 2687, 2688, 2697, 2698, 2699, 2803, 2805, 2806, 2810, 2812, 2816, 2819, 2821, 2846, 2848, 2849, +3002, 3003, 3005, 3010, 3014, 3017, 3025, 3027, 3081, 3085, 3091, 3096, 3133, 3167, 3168, 3187, 3312, 3313, 3323, 3329, 3334, 3335, 3342, 3348, 3351, 3358, 3364, 3366, 3367, 3368, +3400, 3405, 3410, 3413, 3482, 3485, 3490, 3495, 3499, 3500, 3518, 3542, 3548, 3551, 3562, 3578, 3614, 3625, 3700, 3779, 3954, 3955, 3956, 3958, 3970, 4083, 4168, 4169, 4170, 4189, +4216, 4220, 4221, 4223, 4225, 4229, 4226, 4241, 4256, 4265, 4553, 4554, 4255, 4561, 4562, 4571, 4575, 4577, 4585, 4587, 4589, 4599, 4610, 4615, 4775, 4878, 4890, 4897, 4899, 4981, +5109, 5110, 5111, 5124, 5128, 5134, 5138, 5139, 5151, 5154, 5160, 5163, 5175, 5178, 5483, 5503, 5514, 5519, 5565, 5594, 5783, 5817, 5944, 6028, 6298, 6301, 6567, 6568, 6574, 6576, +6730, 6731, 6735, 6738, 6740, 6741, 6746, 6777, 6929, 7852, 7854, 7940, 7947, 7978, 8145, 8157, 8158, 8160, 8177, 8178, 8305, 8307, 8361, 8363, 8678, 8681, 8679, 8934, 9544, 9676, +10364, 10367, 11186, 11188, 11189, 11874, 12022, 12028, 12033, 12245, 12941, 12942, 12943, 12956, 12957, 12958, 13476, +14337, 14637, 14738, 14739, 14846, 14847, 15175, 15179, 16015, 16253, 16261, 16262, 16677, 16718, 17246, 17490, 25082); + +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- +(23, 66, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tharynn Bouden - Simple Flour'), +(23, 372, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karm Ironquill - Jeweler\'s Kit'), +(23, 372, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karm Ironquill - Simple Grinder'), +(23, 483, 27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Elaine Trias - Garadar Sharp'), +(23, 483, 33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elaine Trias - Sour Goat Cheese'), +(23, 483, 35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elaine Trias - Briny Hardcheese'), +(23, 789, 11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kimberly Hiett - Jagged Arrow'), +(23, 790, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karen Taylor - Jeweler\'s Kit'), +(23, 790, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Karen Taylor - Simple Grinder'), +(23, 843, 39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gina MacGregor - Light Parchment'), +(23, 844, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Antonio Perelli - Enchanted Vial'), +(23, 958, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Flintweed Seed'), +(23, 958, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Wild Quillvine'), +(23, 958, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Corpse Dust'), +(23, 958, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dawn Brightstar - Enchanted Vial'), +(23, 983, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thultazor - Flintweed Seed'), +(23, 983, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thultazor - Wild Quillvine'), +(23, 983, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thultazor - Enchanted Vial'), +(23, 989, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Rune Thread'), +(23, 989, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Imbued Vial'), +(23, 1148, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Blacksmith Hammer'), +(23, 1148, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Rune Thread'), +(23, 1148, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Imbued Vial'), +(23, 1250, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Drake Lindgren - Simple Flour'), +(23, 1257, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Flintweed Seed'), +(23, 1257, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Wild Quillvine'), +(23, 1257, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Enchanted Vial'), +(23, 1257, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Keldric Boucher - Corpse Dust'), +(23, 1275, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kyra Boucher - Flintweed Seed'), +(23, 1275, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kyra Boucher - Wild Quillvine'), +(23, 1275, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kyra Boucher - Corpse Dust'), +(23, 1286, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Rune Thread'), +(23, 1286, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Imbued Vial'), +(23, 1307, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Charys Yserian - Flintweed Seed'), +(23, 1307, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Charys Yserian - Wild Quillvine'), +(23, 1307, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Charys Yserian - Corpse Dust'), +(23, 1308, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Owen Vaughn - Flintweed Seed'), +(23, 1308, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Owen Vaughn - Wild Quillvine'), +(23, 1308, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Owen Vaughn - Corpse Dust'), +(23, 1313, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Maria Lumere - Enchanted Vial'), +(23, 1325, 21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Anesthetic Poison'), +(23, 1325, 21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Instant Poison VII'), +(23, 1325, 22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison VI'), +(23, 1325, 22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison VII'), +(23, 1325, 22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jasper Fel - Wound Poison V'), +(23, 1325, 43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Instant Poison VIII'), +(23, 1325, 43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Instant Poison IX'), +(23, 1325, 43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison VIII'), +(23, 1325, 43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Deadly Poison IX'), +(23, 1325, 43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Wound Poison VI'), +(23, 1325, 43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Wound Poison VII'), +(23, 1325, 43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jasper Fel - Anesthetic Poison II'), +(23, 1326, 21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Anesthetic Poison'), +(23, 1326, 21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Instant Poison VII'), +(23, 1326, 22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison VI'), +(23, 1326, 22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison VII'), +(23, 1326, 22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Wound Poison V'), +(23, 1326, 43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Instant Poison VIII'), +(23, 1326, 43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Instant Poison IX'), +(23, 1326, 43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison VIII'), +(23, 1326, 43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Deadly Poison IX'), +(23, 1326, 43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Wound Poison VI'), +(23, 1326, 43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Wound Poison VII'), +(23, 1326, 43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sloan McCoy - Anesthetic Poison II'), +(23, 1347, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Alexandra Bolero - Eternium Thread'), +(23, 1351, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brother Cassius - Flintweed Seed'), +(23, 1351, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brother Cassius - Wild Quillvine'), +(23, 1351, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brother Cassius - Corpse Dust'), +(23, 1448, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Neal Allen - Hair Trigger'), +(23, 1448, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Neal Allen - Walnut Stock'), +(23, 1453, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Dewin Shimmerdawn - Enchanted Vial'), +(23, 1454, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jennabink Powerseam - Eternium Thread'), +(23, 1463, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Falkan Armonis - Flintweed Seed'), +(23, 1463, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Falkan Armonis - Wild Quillvine'), +(23, 1474, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rann Flamespinner - Eternium Thread'), +(23, 1672, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lohgan Eva - Eternium Thread'), +(23, 1673, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alyssa Eva - Flintweed Seed'), +(23, 1673, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alyssa Eva - Wild Quillvine'), +(23, 1692, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Golorn Frostbeard - Simple Flour'), +(23, 1694, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Loslor Rudge - Hair Trigger'), +(23, 1694, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Loslor Rudge - Walnut Stock'), +(23, 2118, 10648, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Abigail Shiel - Common Parchment'), +(23, 2118, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Abigail Shiel - Simple Flour'), +(23, 2118, 39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Abigail Shiel - Light Parchment'), +(23, 2380, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nandar Branson - Enchanted Vial'), +(23, 2381, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Micha Yance - Simple Flour'), +(23, 2394, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mallen Swain - Eternium Thread'), +(23, 2397, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Derak Nightfall - Simple Flour'), +(23, 2480, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bro\'kin - Enchanted Vial'), +(23, 2481, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bliztik - Enchanted Vial'), +(23, 2664, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kelsey Yance - Simple Flour'), +(23, 2668, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Danielle Zipstitch - Eternium Thread'), +(23, 2669, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sheri Zipstitch - Eternium Thread'), +(23, 2670, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Xizk Goodstitch - Eternium Thread'), +(23, 2672, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Cowardly Crosby - Eternium Thread'), +(23, 2682, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fradd Swiftgear - Hair Trigger'), +(23, 2682, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fradd Swiftgear - Walnut Stock'), +(23, 2683, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Namdo Bizzfizzle - Hair Trigger'), +(23, 2683, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Namdo Bizzfizzle - Walnut Stock'), +(23, 2684, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rizz Loosebolt - Hair Trigger'), +(23, 2684, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rizz Loosebolt - Walnut Stock'), +(23, 2685, 2102, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Small Ammo Pouch'), +(23, 2685, 2516, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Light Shot'), +(23, 2685, 2519, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Heavy Shot'), +(23, 2685, 3033, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Solid Shot'), +(23, 2685, 11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Accurate Slugs'), +(23, 2685, 11363, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Medium Shot Pouch'), +(23, 2685, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Hair Trigger'), +(23, 2685, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mazk Snipeshot - Walnut Stock'), +(23, 2687, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gnaz Blunderflame - Hair Trigger'), +(23, 2687, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gnaz Blunderflame - Walnut Stock'), +(23, 2688, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ruppo Zipcoil - Hair Trigger'), +(23, 2688, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ruppo Zipcoil - Walnut Stock'), +(23, 2697, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Clyde Ranthal - Eternium Thread'), +(23, 2698, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'George Candarte - Eternium Thread'), +(23, 2699, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rikqiz - Eternium Thread'), +(23, 2803, 4604, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Forest Mushroom Cap'), +(23, 2803, 4605, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Red-speckled Mushroom'), +(23, 2803, 4606, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Spongy Morel'), +(23, 2803, 4607, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Delicious Cave Mold'), +(23, 2803, 4608, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Raw Black Truffle'), +(23, 2803, 8766, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Morning Glory Dew'), +(23, 2803, 8948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Malygen - Dried King Bolete'), +(23, 2805, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Deneb Walker - Flintweed Seed'), +(23, 2805, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Deneb Walker - Wild Quillvine'), +(23, 2806, 4604, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Forest Mushroom Cap'), +(23, 2806, 4605, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Red-speckled Mushroom'), +(23, 2806, 4606, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Spongy Morel'), +(23, 2806, 4607, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Delicious Cave Mold'), +(23, 2806, 4608, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Raw Black Truffle'), +(23, 2806, 8766, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Morning Glory Dew'), +(23, 2806, 8948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bale - Dried King Bolete'), +(23, 2810, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Blacksmith Hammer'), +(23, 2810, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Rune Thread'), +(23, 2810, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Imbued Vial'), +(23, 2812, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Drovnar Strongbrew - Enchanted Vial'), +(23, 2816, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Androd Fadran - Eternium Thread'), +(23, 2819, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tunkk - Eternium Thread'), +(23, 2821, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Blacksmith Hammer'), +(23, 2821, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Rune Thread'), +(23, 2821, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Imbued Vial'), +(23, 2846, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Blixrez Goodstitch - Eternium Thread'), +(23, 2848, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Glyx Brewright - Enchanted Vial'), +(23, 2849, 37934, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Qixdi Goodstitch - Nobles Elementium Signet'), +(23, 3002, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurm Stonehoof - Jeweler\'s Kit'), +(23, 3002, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurm Stonehoof - Simple Grinder'), +(23, 3003, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Fyr Mistrunner - Mag\'har Grainbread'), +(23, 3003, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fyr Mistrunner - Crusty Flatbread'), +(23, 3003, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Fyr Mistrunner - Sweet Potato Bread'), +(23, 3005, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mahu - Eternium Thread'), +(23, 3010, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Mani Winterhoof - Enchanted Vial'), +(23, 3014, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nida Winterhoof - Enchanted Vial'), +(23, 3017, 27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nan Mistrunner - Skethyl Berries'), +(23, 3017, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nan Mistrunner - Savory Snowplum'), +(23, 3017, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nan Mistrunner - Tundra Berries'), +(23, 3025, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kaga Mistrunner - Smoked Talbuk Venison'), +(23, 3025, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kaga Mistrunner - Salted Venison'), +(23, 3025, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kaga Mistrunner - Mead Basted Caribou'), +(23, 3027, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Naal Mistrunner - Simple Flour'), +(23, 3081, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wunna Darkmane - Simple Flour'), +(23, 3085, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gloria Femmel - Simple Flour'), +(23, 3091, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Franklin Hamar - Eternium Thread'), +(23, 3096, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Captured Servant of Azora - Eternium Thread'), +(23, 3133, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Jeweler\'s Kit'), +(23, 3133, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Simple Grinder'), +(23, 3133, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Hair Trigger'), +(23, 3133, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Herble Baubbletump - Walnut Stock'), +(23, 3167, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wuark - Jeweler\'s Kit'), +(23, 3167, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wuark - Simple Grinder'), +(23, 3168, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Flakk - Simple Flour'), +(23, 3187, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tai\'tasi - Simple Flour'), +(23, 3312, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Olvia - Smoked Talbuk Venison'), +(23, 3312, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Olvia - Salted Venison'), +(23, 3312, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Olvia - Mead Basted Caribou'), +(23, 3313, 25861, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Crude Throwing Axe'), +(23, 3313, 25872, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Balanced Throwing Dagger'), +(23, 3313, 25873, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Keen Throwing Knife'), +(23, 3313, 25875, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Deadly Throwing Axe'), +(23, 3313, 25876, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Gleaming Throwing Axe'), +(23, 3313, 28979, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Light Throwing Knife'), +(23, 3313, 29007, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Weighted Throwing Axe'), +(23, 3313, 29008, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Sharp Throwing Axe'), +(23, 3313, 29009, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Heavy Throwing Dagger'), +(23, 3313, 29010, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Wicked Throwing Dagger'), +(23, 3313, 29013, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Jagged Throwing Axe'), +(23, 3313, 29014, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Trak\'gen - Blacksteel Throwing Dagger'), +(23, 3323, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Horthus - Flintweed Seed'), +(23, 3323, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Horthus - Wild Quillvine'), +(23, 3323, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Corpse Dust'), +(23, 3323, 44605, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Wild Spineleaf'), +(23, 3323, 44614, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Starleaf Seed'), +(23, 3323, 44615, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Horthus - Devout Candle'), +(23, 3329, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kor\'jus - Zangar Caps'), +(23, 3329, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kor\'jus - Honey-Spiced Lichen'), +(23, 3329, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kor\'jus - Sparkling Frostcap'), +(23, 3334, 21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Anesthetic Poison'), +(23, 3334, 21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Instant Poison VII'), +(23, 3334, 22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison VI'), +(23, 3334, 22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison VII'), +(23, 3334, 22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rekkul - Wound Poison V'), +(23, 3334, 43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Instant Poison VIII'), +(23, 3334, 43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Instant Poison IX'), +(23, 3334, 43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison VIII'), +(23, 3334, 43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Deadly Poison IX'), +(23, 3334, 43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Wound Poison VI'), +(23, 3334, 43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Wound Poison VII'), +(23, 3334, 43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rekkul - Anesthetic Poison II'), +(23, 3335, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hagrus - Flintweed Seed'), +(23, 3335, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hagrus - Wild Quillvine'), +(23, 3335, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hagrus - Corpse Dust'), +(23, 3342, 27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shan\'ti - Skethyl Berries'), +(23, 3342, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shan\'ti - Savory Snowplum'), +(23, 3342, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shan\'ti - Tundra Berries'), +(23, 3348, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kor\'geld - Enchanted Vial'), +(23, 3351, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Magenius - Flintweed Seed'), +(23, 3351, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Magenius - Wild Quillvine'), +(23, 3351, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Magenius - Corpse Dust'), +(23, 3358, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorina - Jeweler\'s Kit'), +(23, 3358, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorina - Simple Grinder'), +(23, 3364, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Borya - Eternium Thread'), +(23, 3366, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tamar - Eternium Thread'), +(23, 3367, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Rune Thread'), +(23, 3367, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Imbued Vial'), +(23, 3368, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Borstan - Smoked Talbuk Venison'), +(23, 3368, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Borstan - Salted Venison'), +(23, 3368, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Borstan - Mead Basted Caribou'), +(23, 3400, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Xen\'to - Simple Flour'), +(23, 3405, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Zeal\'aya - Imbued Vial'), +(23, 3405, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zeal\'aya - Enchanted Vial'), +(23, 3410, 11306, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jin\'sora - Sturdy Recurve'), +(23, 3410, 11307, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jin\'sora - Massive Longbow'), +(23, 3413, 22729, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sovik - Schematic: Steam Tonk Controller'), +(23, 3413, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sovik - Hair Trigger'), +(23, 3413, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sovik - Walnut Stock'), +(23, 3482, 39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tari\'qa - Light Parchment'), +(23, 3485, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Wrahk - Eternium Thread'), +(23, 3490, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Flintweed Seed'), +(23, 3490, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Wild Quillvine'), +(23, 3490, 21835, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Anesthetic Poison'), +(23, 3490, 21927, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Instant Poison VII'), +(23, 3490, 22053, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Deadly Poison VI'), +(23, 3490, 22054, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Deadly Poison VII'), +(23, 3490, 22055, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Wound Poison V'), +(23, 3490, 43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Instant Poison VIII'), +(23, 3490, 43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Instant Poison IX'), +(23, 3490, 43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Deadly Poison VIII'), +(23, 3490, 43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Deadly Poison IX'), +(23, 3490, 43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Wound Poison VI'), +(23, 3490, 43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Wound Poison VII'), +(23, 3490, 43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Hula\'mahi - Anesthetic Poison II'), +(23, 3495, 14639, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gagsprocket - Schematic: Minor Recombobulator'), +(23, 3495, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gagsprocket - Hair Trigger'), +(23, 3495, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gagsprocket - Walnut Stock'), +(23, 3499, 39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ranik - Light Parchment'), +(23, 3500, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tarhus - Flintweed Seed'), +(23, 3500, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tarhus - Wild Quillvine'), +(23, 3518, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thomas Miller - Mag\'har Grainbread'), +(23, 3518, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Miller - Crusty Flatbread'), +(23, 3518, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Miller - Sweet Potato Bread'), +(23, 3542, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaysin Lanyda - Flintweed Seed'), +(23, 3542, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaysin Lanyda - Wild Quillvine'), +(23, 3548, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Selina Weston - Enchanted Vial'), +(23, 3551, 43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Instant Poison VIII'), +(23, 3551, 43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Instant Poison IX '), +(23, 3551, 43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Deadly Poison VIII'), +(23, 3551, 43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Deadly Poison IX'), +(23, 3551, 43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Wound Poison VI'), +(23, 3551, 43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Wound Poison VII'), +(23, 3551, 43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Patrice Dwyer - Anesthetic Poison II'), +(23, 3562, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alaindia - Flintweed Seed'), +(23, 3562, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Alaindia - Wild Quillvine'), +(23, 3578, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalaran Miner - Jeweler\'s Kit'), +(23, 3578, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalaran Miner - Simple Grinder'), +(23, 3614, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Narret Shadowgrove - Simple Flour'), +(23, 3625, 28056, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rarck - Blackflight Arrow'), +(23, 3625, 28061, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Rarck - Ironbite Shell'), +(23, 3625, 41584, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rarck - Frostbite Bullets'), +(23, 3625, 41586, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rarck - Terrorshaft Arrow'), +(23, 3700, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jadenvis Seawatcher - Flintweed Seed'), +(23, 3700, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jadenvis Seawatcher - Wild Quillvine'), +(23, 3779, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Syurana - Blacksmith Hammer'), +(23, 3779, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Syurana - Rune Thread'), +(23, 3779, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Syurana - Imbued Vial'), +(23, 3954, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Blacksmith Hammer'), +(23, 3954, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Rune Thread'), +(23, 3954, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Imbued Vial'), +(23, 3955, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shandrina - Blacksmith Hammer'), +(23, 3955, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shandrina - Rune Thread'), +(23, 3955, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shandrina - Imbued Vial'), +(23, 3956, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harklan Moongrove - Enchanted Vial'), +(23, 3958, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lardan - Eternium Thread'), +(23, 3970, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Llana - Flintweed Seed'), +(23, 3970, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Llana - Wild Quillvine'), +(23, 4083, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jeeda - Flintweed Seed'), +(23, 4083, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jeeda - Wild Quillvine'), +(23, 4168, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elynna - Eternium Thread'), +(23, 4169, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaeana - Smoked Talbuk Venison'), +(23, 4169, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jaeana - Draenic Water'), +(23, 4169, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Seal Whey'), +(23, 4169, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Honeymint Tea'), +(23, 4169, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Salted Venison'), +(23, 4169, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Mead Basted Caribou'), +(23, 4169, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jaeana - Sweetened Goat\'s Milk'), +(23, 4170, 1645, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Moonberry Juice'), +(23, 4170, 1708, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Sweet Nectar'), +(23, 4170, 11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Accurate Slugs'), +(23, 4170, 11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ellandrieth - Jagged Arrow'), +(23, 4189, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Valdaron - Eternium Thread'), +(23, 4216, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Chardryn - Imbued Vial'), +(23, 4216, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chardryn - Enchanted Vial'), +(23, 4220, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Cyroen - Flintweed Seed'), +(23, 4220, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Cyroen - Wild Quillvine'), +(23, 4221, 27858, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Talaelar - Sunspring Carp'), +(23, 4221, 33451, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Talaelar - Fillet of Icefin'), +(23, 4221, 35951, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Talaelar - Poached Emperor Salmon'), +(23, 4223, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Fyldan - Simple Flour'), +(23, 4225, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Saenorion - Eternium Thread'), +(23, 4229, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mythrin\'dir - Rune Thread'), +(23, 4229, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mythrin\'dir - Imbued Vial'), +(23, 4226, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ulthir - Enchanted Vial'), +(23, 4241, 1205, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Melon Juice'), +(23, 4241, 1645, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Moonberry Juice'), +(23, 4241, 1708, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Sweet Nectar'), +(23, 4241, 3030, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Razor Arrow'), +(23, 4241, 3033, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Solid Shot'), +(23, 4241, 4497, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Heavy Brown Bag'), +(23, 4241, 11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Accurate Slugs'), +(23, 4241, 11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mydrannul - Jagged Arrow'), +(23, 4255, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Smoked Talbuk Venison'), +(23, 4255, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Mag\'har Grainbread'), +(23, 4255, 27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Skethyl Berries'), +(23, 4255, 27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Garadar Sharp'), +(23, 4255, 27858, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sunspring Carp'), +(23, 4255, 27860, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Purified Draenic Water'), +(23, 4255, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Filtered Draenic Water'), +(23, 4255, 29448, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Mag\'har Mild Cheese'), +(23, 4255, 29449, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Bladespire Bagel'), +(23, 4255, 29450, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Telaari Grapes'), +(23, 4255, 29451, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Clefthoof Ribs'), +(23, 4255, 29452, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Zangar Trout'), +(23, 4255, 33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sour Goat Cheese'), +(23, 4255, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Pungent Seal Whey'), +(23, 4255, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Honeymint Tea'), +(23, 4255, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Crusty Flatbread'), +(23, 4255, 33451, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Fillet of Icefin'), +(23, 4255, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Salted Venison'), +(23, 4255, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Savory Snowplum'), +(23, 4255, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Tundra Berries'), +(23, 4255, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sweet Potato Bread'), +(23, 4255, 35951, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Poached Emperor Salmon'), +(23, 4255, 35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Briny Hardcheese'), +(23, 4255, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Mead Basted Caribou'), +(23, 4255, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brogus Thunderbrew - Sweetened Goat\'s Milk'), +(23, 4256, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Golnir Bouldertoe - Jeweler\'s Kit'), +(23, 4256, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Golnir Bouldertoe - Simple Grinder'), +(23, 4265, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nyoma - Simple Flour'), +(23, 4553, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ronald Burch - Simple Flour'), +(23, 4554, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Zangar Caps'), +(23, 4554, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Filtered Draenic Water'), +(23, 4554, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Pungent Seal Whey'), +(23, 4554, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Honeymint Tea'), +(23, 4554, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Honey-Spiced Lichen'), +(23, 4554, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Sparkling Frostcap'), +(23, 4554, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tawny Grisette - Sweetened Goat\'s Milk'), +(23, 4561, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Daniel Bartlett - Rune Thread'), +(23, 4561, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Daniel Bartlett - Imbued Vial'), +(23, 4562, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Flintweed Seed'), +(23, 4562, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Wild Quillvine'), +(23, 4562, 44605, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Wild Spineleaf'), +(23, 4562, 44614, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Starleaf Seed'), +(23, 4562, 44615, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thomas Mordan - Devout Candle'), +(23, 4571, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Morley Bates - Zangar Caps'), +(23, 4571, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Morley Bates - Filtered Draenic Water'), +(23, 4571, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Pungent Seal Whey'), +(23, 4571, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Honeymint Tea'), +(23, 4571, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Honey-Spiced Lichen'), +(23, 4571, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Sparkling Frostcap'), +(23, 4571, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Morley Bates - Sweetened Goat\'s Milk'), +(23, 4575, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hannah Akeley - Flintweed Seed'), +(23, 4575, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hannah Akeley - Wild Quillvine'), +(23, 4577, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Millie Gregorian - Eternium Thread'), +(23, 4585, 43230, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Instant Poison VIII'), +(23, 4585, 43231, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Instant Poison IX '), +(23, 4585, 43232, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Deadly Poison VIII'), +(23, 4585, 43233, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Deadly Poison IX'), +(23, 4585, 43234, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Wound Poison VI'), +(23, 4585, 43235, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Wound Poison VII'), +(23, 4585, 43237, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ezekiel Graves - Anesthetic Poison II'), +(23, 4587, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elizabeth Van Talen - Hair Trigger'), +(23, 4587, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Elizabeth Van Talen - Walnut Stock'), +(23, 4589, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Joseph Moore - Eternium Thread'), +(23, 4599, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sarah Killian - Jeweler\'s Kit'), +(23, 4599, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sarah Killian - Simple Grinder'), +(23, 4610, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Algernon - Enchanted Vial'), +(23, 4615, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Katrina Alliestar - Imbued Vial'), +(23, 4615, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Katrina Alliestar - Enchanted Vial'), +(23, 4775, 2325, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Black Dye'), +(23, 4775, 4340, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Gray Dye'), +(23, 4775, 4341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Yellow Dye'), +(23, 4775, 4342, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Purple Dye'), +(23, 4775, 8343, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Heavy Silken Thread'), +(23, 4775, 8925, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Crystal Vial'), +(23, 4775, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Rune Thread'), +(23, 4775, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felicia Doan - Imbued Vial'), +(23, 4878, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Montarr - Flintweed Seed'), +(23, 4878, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Montarr - Wild Quillvine'), +(23, 4890, 2420, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Augmented Chain Boots'), +(23, 4890, 2426, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Brigandine Boots'), +(23, 4890, 2432, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Russet Boots'), +(23, 4890, 2438, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Embroidered Boots'), +(23, 4890, 2467, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Studded Boots'), +(23, 4890, 2473, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Piter Verance - Reinforced Leather Boots'), +(23, 4897, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Blacksmith Hammer'), +(23, 4897, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Rune Thread'), +(23, 4897, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Imbued Vial'), +(23, 4899, 1710, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Uma Bartulm - Greater Healing Potion'), +(23, 4899, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Uma Bartulm - Enchanted Vial'), +(23, 4981, 27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ben Trias - Garadar Sharp'), +(23, 4981, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ben Trias - Filtered Draenic Water'), +(23, 4981, 33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Sour Goat Cheese'), +(23, 4981, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Pungent Seal Whey'), +(23, 4981, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Honeymint Tea'), +(23, 4981, 35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Briny Hardcheese'), +(23, 4981, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ben Trias - Sweetened Goat\'s Milk'), +(23, 5109, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Myra Tyrngaarde - Mag\'har Grainbread'), +(23, 5109, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Myra Tyrngaarde - Crusty Flatbread'), +(23, 5109, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Myra Tyrngaarde - Sweet Potato Bread'), +(23, 5110, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Barim Jurgenstaad - Flintweed Seed'), +(23, 5110, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Barim Jurgenstaad - Wild Quillvine'), +(23, 5111, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Smoked Talbuk Venison'), +(23, 5111, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Draenic Water'), +(23, 5111, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Seal Whey'), +(23, 5111, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Honeymint Tea'), +(23, 5111, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Salted Venison'), +(23, 5111, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Mead Basted Caribou'), +(23, 5111, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Firebrew - Sweetened Goat\'s Milk'), +(23, 5124, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sognar Cliffbeard - Smoked Talbuk Venison'), +(23, 5124, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sognar Cliffbeard - Salted Venison'), +(23, 5124, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Sognar Cliffbeard - Mead Basted Caribou'), +(23, 5128, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bombus Finespindle - Eternium Thread'), +(23, 5134, 28056, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Blackflight Arrow'), +(23, 5134, 28061, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Ironbite Shell'), +(23, 5134, 41584, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Frostbite Bullets'), +(23, 5134, 41586, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jonivera Farmountain - Terrorshaft Arrow'), +(23, 5138, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gwina Stonebranch - Imbued Vial'), +(23, 5138, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gwina Stonebranch - Enchanted Vial'), +(23, 5139, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurdrum Barleybeard - Flintweed Seed'), +(23, 5139, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Kurdrum Barleybeard - Wild Quillvine'), +(23, 5151, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ginny Longberry - Flintweed Seed'), +(23, 5151, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ginny Longberry - Wild Quillvine'), +(23, 5154, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Poranna Snowbraid - Eternium Thread'), +(23, 5160, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Emrul Riknussun - Simple Flour'), +(23, 5163, 2325, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Black Dye'), +(23, 5163, 2604, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Red Dye'), +(23, 5163, 4340, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Gray Dye'), +(23, 5163, 4341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Yellow Dye'), +(23, 5163, 4342, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Purple Dye'), +(23, 5163, 6256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Fishing Pole'), +(23, 5163, 7005, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Skinning Knife'), +(23, 5163, 8343, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Heavy Silken Thread'), +(23, 5163, 8925, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Crystal Vial'), +(23, 5163, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Rune Thread'), +(23, 5163, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Imbued Vial'), +(23, 5175, 22729, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gearcutter Cogspinner - Schematic: Steam Tonk Controller'), +(23, 5175, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gearcutter Cogspinner - Hair Trigger'), +(23, 5175, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Gearcutter Cogspinner - Walnut Stock'), +(23, 5178, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Soolie Berryfizz - Enchanted Vial'), +(23, 5483, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Erika Tate - Simple Flour'), +(23, 5503, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Eldraeith - Imbued Vial'), +(23, 5503, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Eldraeith - Enchanted Vial'), +(23, 5514, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brooke Stonebraid - Jeweler\'s Kit'), +(23, 5514, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Brooke Stonebraid - Simple Grinder'), +(23, 5519, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Billibub Cogspinner - Hair Trigger'), +(23, 5519, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Billibub Cogspinner - Walnut Stock'), +(23, 5565, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jillian Tanner - Eternium Thread'), +(23, 5594, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Alchemist Pestlezugg - Enchanted Vial'), +(23, 5783, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kalldan Felmoon - Eternium Thread'), +(23, 5817, 10648, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Common Parchment'), +(23, 5817, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Rune Thread'), +(23, 5817, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Imbued Vial'), +(23, 5817, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shimra - Simple Flour'), +(23, 5817, 39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shimra - Light Parchment'), +(23, 5944, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Yonada - Eternium Thread'), +(23, 6028, 2102, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Small Ammo Pouch'), +(23, 6028, 2512, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Rough Arrow'), +(23, 6028, 2515, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Sharp Arrow'), +(23, 6028, 2516, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Light Shot'), +(23, 6028, 2519, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Heavy Shot'), +(23, 6028, 3030, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Razor Arrow'), +(23, 6028, 3033, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Solid Shot'), +(23, 6028, 5439, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Small Quiver'), +(23, 6028, 11284, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Accurate Slugs'), +(23, 6028, 11285, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Jagged Arrow'), +(23, 6028, 11362, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Medium Quiver'), +(23, 6028, 11363, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burkrum - Medium Shot Pouch'), +(23, 6298, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thelgrum Stonehammer - Jeweler\'s Kit'), +(23, 6298, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thelgrum Stonehammer - Simple Grinder'), +(23, 6301, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorbold Steelhand - Rune Thread'), +(23, 6301, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gorbold Steelhand - Imbued Vial'), +(23, 6567, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Ghok\'kah - Eternium Thread'), +(23, 6568, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Vizzklick - Eternium Thread'), +(23, 6574, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jun\'ha - Eternium Thread'), +(23, 6576, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Brienna Starglow - Eternium Thread'), +(23, 6730, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jinky Twizzlefixxit - Hair Trigger'), +(23, 6730, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jinky Twizzlefixxit - Walnut Stock'), +(23, 6731, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Harlown Darkweave - Eternium Thread'), +(23, 6735, 27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Skethyl Berries'), +(23, 6735, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Filtered Draenic Water'), +(23, 6735, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Pungent Seal Whey'), +(23, 6735, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Honeymint Tea'), +(23, 6735, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Savory Snowplum'), +(23, 6735, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Tundra Berries'), +(23, 6735, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Saelienne - Sweetened Goat\'s Milk'), +(23, 6738, 787, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Slitherskin Mackerel'), +(23, 6738, 4592, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Longjaw Mud Snapper'), +(23, 6738, 4593, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Bristle Whisker Catfish'), +(23, 6738, 4594, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Rockscale Cod'), +(23, 6738, 8957, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Spinefin Halibut'), +(23, 6738, 21552, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Kimlya - Striped Yellowtail'), +(23, 6740, 4536, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Shiny Red Apple'), +(23, 6740, 4537, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Tel\'Abim Banana'), +(23, 6740, 4538, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Snapvine Watermelon'), +(23, 6740, 4539, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Goldenbark Apple'), +(23, 6740, 4602, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Moon Harvest Pumpkin'), +(23, 6740, 8953, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Deep Fried Plantains'), +(23, 6740, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Mag\'har Grainbread'), +(23, 6740, 27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Skethyl Berries'), +(23, 6740, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Filtered Draenic Water'), +(23, 6740, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Pungent Seal Whey'), +(23, 6740, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Honeymint Tea'), +(23, 6740, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Crusty Flatbread'), +(23, 6740, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Savory Snowplum'), +(23, 6740, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Tundra Berries'), +(23, 6740, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Sweet Potato Bread'), +(23, 6740, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Allison - Sweetened Goat\'s Milk'), +(23, 6741, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Zangar Caps'), +(23, 6741, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Filtered Draenic Water'), +(23, 6741, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Pungent Seal Whey'), +(23, 6741, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Honeymint Tea'), +(23, 6741, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Honey-Spiced Lichen'), +(23, 6741, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Sparkling Frostcap'), +(23, 6741, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Norman - Sweetened Goat\'s Milk'), +(23, 6746, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Zangar Caps'), +(23, 6746, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Filtered Draenic Water'), +(23, 6746, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Pungent Seal Whey'), +(23, 6746, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Honeymint Tea'), +(23, 6746, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Honey-Spiced Lichen'), +(23, 6746, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Sparkling Frostcap'), +(23, 6746, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Pala - Sweetened Goat\'s Milk'), +(23, 6777, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zan Shivsproket - Hair Trigger'), +(23, 6777, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zan Shivsproket - Walnut Stock'), +(23, 6929, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Smoked Talbuk Venison'), +(23, 6929, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Draenic Water'), +(23, 6929, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Seal Whey'), +(23, 6929, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Honeymint Tea'), +(23, 6929, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Salted Venison'), +(23, 6929, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Mead Basted Caribou'), +(23, 6929, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Innkeeper Gryshka - Sweetened Goat\'s Milk'), +(23, 7852, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Pratt McGrubben - Eternium Thread'), +(23, 7854, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jangdor Swiftstrider - Eternium Thread'), +(23, 7940, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Darnall - Eternium Thread'), +(23, 7947, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vivianna - Rune Thread'), +(23, 7947, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vivianna - Imbued Vial'), +(23, 7978, 27856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Bimble Longberry - Skethyl Berries'), +(23, 7978, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bimble Longberry - Savory Snowplum'), +(23, 7978, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bimble Longberry - Tundra Berries'), +(23, 8145, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sheendra Tallgrass - Rune Thread'), +(23, 8145, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sheendra Tallgrass - Imbued Vial'), +(23, 8157, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Logannas - Enchanted Vial'), +(23, 8158, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Bronk - Enchanted Vial'), +(23, 8160, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nioma - Eternium Thread'), +(23, 8177, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Rartar - Enchanted Vial'), +(23, 8178, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Nina Lightbrew - Enchanted Vial'), +(23, 8305, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Kixxle - Enchanted Vial'), +(23, 8307, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tarban Hearthgrain - Simple Flour'), +(23, 8361, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Chepi - Flintweed Seed'), +(23, 8361, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Chepi - Wild Quillvine'), +(23, 8361, 37201, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Corpse Dust'), +(23, 8361, 44605, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Wild Spineleaf'), +(23, 8361, 44614, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Starleaf Seed'), +(23, 8361, 44615, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Chepi - Devout Candle'), +(23, 8363, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Rune Thread'), +(23, 8363, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Imbued Vial'), +(23, 8678, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jubie Gadgetspring - Hair Trigger'), +(23, 8678, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Jubie Gadgetspring - Walnut Stock'), +(23, 8679, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Knaz Blunderflame - Hair Trigger'), +(23, 8679, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Knaz Blunderflame - Walnut Stock'), +(23, 8681, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Outfitter Eric - Eternium Thread'), +(23, 8934, 10648, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Common Parchment'), +(23, 8934, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Rune Thread'), +(23, 8934, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Imbued Vial'), +(23, 8934, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Simple Flour'), +(23, 8934, 39354, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Christopher Hewen - Light Parchment'), +(23, 9544, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Yuka Screwspigot - Hair Trigger'), +(23, 9544, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Yuka Screwspigot - Walnut Stock'), +(23, 9676, 4361, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Copper Tube'), +(23, 9676, 4363, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Copper Modulator'), +(23, 9676, 4371, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Bronze Tube'), +(23, 9676, 4389, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Gyrochronatom'), +(23, 9676, 4404, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Silver Contact'), +(23, 9676, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Hair Trigger'), +(23, 9676, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Tink Sprocketwhistle - Walnut Stock'), +(23, 10364, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Yaelika Farclaw - Flintweed Seed'), +(23, 10364, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Yaelika Farclaw - Wild Quillvine'), +(23, 10367, 27854, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Smoked Talbuk Venison'), +(23, 10367, 27855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Mag\'har Grainbread'), +(23, 10367, 27857, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Garadar Sharp'), +(23, 10367, 27858, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sunspring Carp'), +(23, 10367, 27859, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Zangar Caps'), +(23, 10367, 27860, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Purified Draenic Water'), +(23, 10367, 28399, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Filtered Draenic Water'), +(23, 10367, 29448, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Mag\'har Mild Cheese'), +(23, 10367, 29449, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Bladespire Bagel'), +(23, 10367, 29450, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Telaari Grapes'), +(23, 10367, 29451, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Clefthoof Ribs'), +(23, 10367, 29452, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Zangar Trout'), +(23, 10367, 29453, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sporeggar Mushroom'), +(23, 10367, 33443, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sour Goat Cheese'), +(23, 10367, 33444, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Pungent Seal Whey'), +(23, 10367, 33445, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Honeymint Tea'), +(23, 10367, 33449, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Crusty Flatbread'), +(23, 10367, 33451, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Fillet of Icefin'), +(23, 10367, 33452, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Honey-Spiced Lichen'), +(23, 10367, 33454, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Salted Venison'), +(23, 10367, 35947, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sparkling Frostcap'), +(23, 10367, 35948, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Savory Snowplum'), +(23, 10367, 35949, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Tundra Berries'), +(23, 10367, 35950, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sweet Potato Bread'), +(23, 10367, 35951, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Poached Emperor Salmon'), +(23, 10367, 35952, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Briny Hardcheese'), +(23, 10367, 35953, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Mead Basted Caribou'), +(23, 10367, 35954, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Shrye Ragefist - Sweetened Goat\'s Milk'), +(23, 11186, 20815, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lunnix Sprocketslip - Jeweler\'s Kit'), +(23, 11186, 20824, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lunnix Sprocketslip - Simple Grinder'), +(23, 11188, 40411, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Evie Whirlbrew - Enchanted Vial'), +(23, 11189, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Blacksmith Hammer'), +(23, 11189, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Rune Thread'), +(23, 11189, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Imbued Vial'), +(23, 11874, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Masat T\'andr - Eternium Thread'), +(23, 12022, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lorelae Wintersong - Rune Thread'), +(23, 12022, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lorelae Wintersong - Imbued Vial'), +(23, 12028, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lah\'Mawhani - Rune Thread'), +(23, 12028, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lah\'Mawhani - Imbued Vial'), +(23, 12033, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Wulan - Simple Flour'), +(23, 12245, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vendor-Tron 1000 - Blacksmith Hammer'), +(23, 12245, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vendor-Tron 1000 - Rune Thread'), +(23, 12245, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vendor-Tron 1000 - Imbued Vial'), +(23, 12941, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Blacksmith Hammer'), +(23, 12941, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Rune Thread'), +(23, 12941, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Imbued Vial'), +(23, 12942, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Leonard Porter - Eternium Thread'), +(23, 12943, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Werg Thickblade - Eternium Thread'), +(23, 12956, 38426, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zannok Hidepiercer - Eternium Thread'), +(23, 12957, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Blimo Gadgetspring - Blacksmith Hammer'), +(23, 12957, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Blimo Gadgetspring - Rune Thread'), +(23, 12957, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Blimo Gadgetspring - Imbued Vial'), +(23, 12958, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gigget Zipcoil - Blacksmith Hammer'), +(23, 12958, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gigget Zipcoil - Rune Thread'), +(23, 12958, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Gigget Zipcoil - Imbued Vial'), +(23, 13476, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Balai Lok\'Wein - Flintweed Seed'), +(23, 13476, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Balai Lok\'Wein - Wild Quillvine'), +(23, 14337, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Field Repair Bot 74A - Hair Trigger'), +(23, 14337, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Field Repair Bot 74A - Walnut Stock'), +(23, 14637, 39684, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zorbin Fandazzle - Hair Trigger'), +(23, 14637, 40533, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Zorbin Fandazzle - Walnut Stock'), +(23, 14738, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Otho Moji\'ko - Simple Flour'), +(23, 14739, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mystic Yayo\'jin - Flintweed Seed'), +(23, 14739, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mystic Yayo\'jin - Wild Quillvine'), +(23, 14846, 13465, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mountain Silversage'), +(23, 14846, 13468, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Black Lotus'), +(23, 14846, 21887, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Knothide Leather'), +(23, 14846, 22572, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Air'), +(23, 14846, 22573, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Earth'), +(23, 14846, 22574, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Fire'), +(23, 14846, 22575, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Life'), +(23, 14846, 22576, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Mana'), +(23, 14846, 22577, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Shadow'), +(23, 14846, 22578, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mote of Water'), +(23, 14846, 22787, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Ragveil'), +(23, 14846, 22789, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Terocone'), +(23, 14846, 22790, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Ancient Lichen'), +(23, 14846, 22791, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Netherbloom'), +(23, 14846, 22792, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Nightmare Vine'), +(23, 14846, 22793, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Mana Thistle'), +(23, 14846, 22794, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Fel Lotus'), +(23, 14846, 23436, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Living Ruby'), +(23, 14846, 23437, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Talasite'), +(23, 14846, 23438, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Star of Elune'), +(23, 14846, 23439, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Noble Topaz'), +(23, 14846, 23440, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Dawnstone'), +(23, 14846, 23441, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Nightseye'), +(23, 14846, 23793, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Heavy Knothide Leather'), +(23, 14846, 25707, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Fel Hide'), +(23, 14846, 25708, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Lhara - Thick Clefthoof Leather'), +(23, 14846, 33568, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Borean Leather'), +(23, 14846, 36901, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Goldclover'), +(23, 14846, 36903, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Adder\'s Tongue'), +(23, 14846, 36904, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Tiger Lily '), +(23, 14846, 36905, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Lichbloom'), +(23, 14846, 36906, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Icethorn'), +(23, 14846, 36907, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Talandra\'s Rose'), +(23, 14846, 36908, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Frost Lotus'), +(23, 14846, 37700, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Air'), +(23, 14846, 37701, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Earth'), +(23, 14846, 37702, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Fire'), +(23, 14846, 37703, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Shadow'), +(23, 14846, 37704, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Life'), +(23, 14846, 37705, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Crystallized Water'), +(23, 14846, 37921, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Deadnettle'), +(23, 14846, 38425, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Heavy Borean Leather'), +(23, 14846, 44128, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Arctic Fur'), +(23, 14846, 46812, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lhara - Northrend Mystery Gem Pouch'), +(23, 14847, 22829, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Super Healing Potion'), +(23, 14847, 22832, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Super Mana Potion'), +(23, 14847, 27498, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Agility V'), +(23, 14847, 27499, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Intellect V'), +(23, 14847, 27500, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Protection V'), +(23, 14847, 27501, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Spirit V'), +(23, 14847, 27502, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Stamina V'), +(23, 14847, 27503, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Strength V'), +(23, 14847, 33447, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Runic Healing Potion'), +(23, 14847, 33457, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Agility VI'), +(23, 14847, 33458, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Intellect VI'), +(23, 14847, 33459, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Protection VI'), +(23, 14847, 33460, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Spirit VI'), +(23, 14847, 33461, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Strength VI'), +(23, 14847, 33462, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Stamina VI'), +(23, 14847, 37091, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Intellect VII'), +(23, 14847, 37093, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Stamina VII'), +(23, 14847, 37097, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Spirit VII'), +(23, 14847, 43463, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Agility VII'), +(23, 14847, 43465, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Strength VII'), +(23, 14847, 43467, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Thaddeus Paleo - Scroll of Protection VII'), +(23, 15175, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Khur Hornstriker - Flintweed Seed'), +(23, 15175, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Khur Hornstriker - Wild Quillvine'), +(23, 15179, 5956, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Blacksmith Hammer'), +(23, 15179, 14341, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Rune Thread'), +(23, 15179, 18256, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Mishta - Imbued Vial'), +(23, 16015, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vi\'el - Flintweed Seed'), +(23, 16015, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Vi\'el - Wild Quillvine'), +(23, 16253, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Master Chef Mouldier - Simple Flour'), +(23, 16261, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Sathiel - Simple Flour'), +(23, 16262, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Landraelanis - Simple Flour'), +(23, 16677, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Quelis - Simple Flour'), +(23, 16718, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Phea - Simple Flour'), +(23, 17246, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Cookie McWeaksauce - Simple Flour'), +(23, 17490, 30817, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ergh of the Stillpine - Simple Flour'), +(23, 25082, 22147, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Engineer Torquespindle - Flintweed Seed'), +(23, 25082, 22148, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Engineer Torquespindle - Wild Quillvine'); -/* NPC Brog Hamfist - 151 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 151 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (151, 4471, 0, 0); - - -/* NPC Mabel Solaj - 227 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 227 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (227, 4471, 0, 0); - - -/* NPC Avette Fellwood - 228 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 228 AND `item` = 28053; - - -/* NPC Karm Ironquill - 372 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 372 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 372 AND `item` = 20824; - - -/* NPC Katie Hunter - 384 */ -/* Add Missing Vanilla item White Stallion Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 384 AND `item` = 12353; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (384, 12353, 0, 0); -/* Add Missing Vanilla item Palomino Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 384 AND `item` = 12354; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (384, 12354, 0, 0); - - -/* NPC Elaine Trias - 483 */ -/* Remove non-Vanilla item Garadar Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 483 AND `item` = 27857; -/* Remove non-Vanilla item Sour Goat Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 483 AND `item` = 33443; -/* Remove non-Vanilla item Briny Hardcheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 483 AND `item` = 35952; - - -/* NPC Quartermaster Lewis - 491 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 491 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (491, 4471, 0, 0); - - -/* NPC Corporal Bluth - 734 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 734 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 734 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 734 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (734, 4471, 0, 0); - - -/* NPC Amy Davenport - 777 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 777 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (777, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 777 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (777, 2928, 0, 0); - - -/* NPC Kimberly Hiett - 789 */ -/* Remove non-Vanilla item Jagged Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 789 AND `item` = 11285; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 789 AND `item` = 28053; - - -/* NPC Karen Taylor - 790 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 790 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 790 AND `item` = 20824; - - -/* NPC Lindsay Ashlock - 791 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 791 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (791, 4471, 0, 0); - - -/* NPC Gina MacGregor - 843 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 843 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (843, 2692, 0, 0); -/* Remove non-Vanilla item Light Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 843 AND `item` = 39354; - - -/* NPC Antonio Perelli - 844 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 844 AND `item` = 40411; - - -/* NPC Dawn Brightstar - 958 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 958 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 958 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 958 AND `item` = 37201; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 958 AND `item` = 40411; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 958 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (958, 17019, 0, 0); - - -/* NPC Gunder Thornbush - 960 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 960 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (960, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 960 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (960, 3713, 0, 0); - - -/* NPC Thultazor - 983 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 983 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 983 AND `item` = 22148; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 983 AND `item` = 40411; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 983 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (983, 17019, 0, 0); - - -/* NPC Banalash - 989 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 18256; -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (989, 2324, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (989, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (989, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (989, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 989 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (989, 3777, 0, 0); - - -/* NPC Nerrist - 1148 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 18256; -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1148, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1148, 3713, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1148, 2692, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 1148 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1148, 3777, 0, 0); - - -/* NPC Uthok - 1149 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1149 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 1149 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1149 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1149, 4471, 0, 0); - - -/* NPC Drake Lindgren - 1250 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 1250 AND `item` = 30817; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1250 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1250, 4471, 0, 0); - - -/* NPC Edna Mullby - 1286 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 18256; -/* Remove non-Vanilla item Design: Heavy Golden Necklace of Battle */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 20856; -/* Add Missing Vanilla item Green Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2605, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 3713, 0, 0); -/* Add Missing Vanilla item Blue Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 6260; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 6260, 0, 0); -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2324, 0, 0); -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 6529, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 3777, 0, 0); - - -/* NPC Keldric Boucher - 1257 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1257 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1257 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Durst */ -DELETE FROM `npc_vendor` WHERE `entry` = 1257 AND `item` = 37201; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1257 AND `item` = 40411; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1257 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1257, 17019, 0, 0); - - -/* NPC Veron Amberstill - 1261 */ -/* Add Missing Vanilla item Black Ram */ -DELETE FROM `npc_vendor` WHERE `entry` = 1261 AND `item` = 13328; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1261, 13328, 0, 0); -/* Add Missing Vanilla item Frost Ram */ -DELETE FROM `npc_vendor` WHERE `entry` = 1261 AND `item` = 13329; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1261, 13329, 0, 0); - - -/* NPC Kyra Boucher - 1275 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1275 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1275 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Durst */ -DELETE FROM `npc_vendor` WHERE `entry` = 1275 AND `item` = 37201; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1275 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1275, 17019, 0, 0); - - -/* NPC Thurman Mullby - 1285 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1285 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 1285 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1285 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1285, 4471, 0, 0); - - -/* NPC Frederick Stover - 1298 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1298 AND `item` = 28053; - - -/* NPC Charys Yserian - 1307 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1307 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1307 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1307 AND `item` = 37201; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1307 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1307, 17019, 0, 0); - - -/* NPC Owen Vaughn - 1308 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1308 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1308 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1308 AND `item` = 37201; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1308 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1308, 17019, 0, 0); - - -/* NPC Maria Lumere - 1313 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1313 AND `item` = 40411; - - -/* NPC Jessara Cordell - 1318 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 1318 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1318, 6342, 1, 7200); - - -/* NPC Jasper Fel - 1325 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1325, 8925, 0, 0); -/* Remove non-Vanilla Poisons */ -DELETE FROM `npc_vendor` WHERE `entry` = 1325 AND `item` IN (21835, 21927, 22053, 22054, 22055, 43230, 43231, 43232, 43233, 43234, 43235, 43237); - - -/* NPC Sloan McCoy - 1326 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 8925, 0, 0); -/* Remove non-Vanilla Poisons */ -DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` IN (21835, 21927, 22053, 22054, 22055, 43230, 43231, 43232, 43233, 43234, 43235, 43237); - - -/* NPC Alexandra Bolero - 1347 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 1347 AND `item` = 38426; - - -/* NPC Brother Cassius - 1351 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1351 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1351 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1351 AND `item` = 37201; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1351 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1351, 17019, 0, 0); - - -/* NPC Neal Allen - 1448 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 1448 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 1448 AND `item` = 40533; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1448 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1448, 4471, 0, 0); - - -/* NPC Gruham Rumdnul - 1452 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1452 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1452, 4471, 0, 0); - - -/* NPC Dewin Shimmerdawn - 1453 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1453 AND `item` = 40411; - - -/* NPC Jennabink Powerseam - 1454 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 1454 AND `item` = 38426; - - -/* NPC Kersok Prond - 1456 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1456 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1456, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1456 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1456, 3713, 0, 0); - - -/* NPC Samor Festivus - 1457 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 1457 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1457, 8925, 0, 0); - - -/* NPC Naela Trance - 1459 */ -/* Add Missing Vanilla item Light Quiver */ -DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` = 2101; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1459, 2101, 0, 0); -/* Add Missing Vanilla item Worn Shortbow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` = 2504; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1459, 2504, 0, 0); -/* Add Missing Vanilla item Polished Shortbow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` = 2505; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1459, 2505, 0, 0); -/* Add Missing Vanilla item Hornwood Recurve Bow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` = 2506; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1459, 2506, 0, 0); -/* Add Missing Vanilla item Heavy Recurve Bow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` = 3027; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1459, 3027, 0, 0); -/* Add Missing Vanilla item Razor Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` = 3030; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1459, 3030, 0, 0); - - -/* NPC Unger Statforth - 1460 */ -/* Add Missing Vanilla item Swift Palomino */ -DELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` = 18776; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1460, 18776, 0, 0); -/* Add Missing Vanilla item Swift Brown Steed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` = 18777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1460, 18777, 0, 0); -/* Add Missing Vanilla item Swift White Steed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` = 18778; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1460, 18778, 0, 0); -/* Add Missing Vanilla item White Stallion Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` = 12353; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1460, 12353, 0, 0); -/* Add Missing Vanilla item Palomino Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 1460 AND `item` = 12354; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1460, 12354, 0, 0); - - -/* NPC Edwina Monzor - 1462 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 1462 AND `item` = 28053; - - -/* NPC Falkan Armonis - 1463 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1463 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1463 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1463 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1463, 17019, 0, 0); - - -/* NPC Drac Roughcut - 1465 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 1465 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1465, 2692, 0, 0); - - -/* NPC Rann Flamespinner - 1474 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 1474 AND `item` = 38426; - - -/* NPC Lohgan Eva - 1672 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 1672 AND `item` = 38426; - - -/* NPC Alyssa Eva - 1673 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 1673 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 1673 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 1673 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1673, 17019, 0, 0); - - -/* NPC Yanni Stoutheart - 1682 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1682 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1682, 4471, 0, 0); - - -/* NPC Xandar Goodbeard - 1685 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1685 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1685, 4471, 0, 0); - - -/* NPC Kreg Bilmn - 1691 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 1691 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1691, 4471, 0, 0); - - -/* NPC Golorn Frostbeard - 1692 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 1692 AND `item` = 30817; - - -/* NPC Loslor Rudge - 1694 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 1694 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 1694 AND `item` = 40533; - - -/* NPC Natheril Raincaller - 2084 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2084 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2084 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2084 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2084, 4471, 0, 0); - - -/* NPC Abigail Shiel - 2118 */ -/* Remove non-Vanilla item Common Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 2118 AND `item` = 10648; -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 2118 AND `item` = 30817; -/* Remove non-Vanilla item Light Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 2118 AND `item` = 39354; - - -/* NPC Mrs. Winters - 2134 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2134 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2134, 4471, 0, 0); - - -/* NPC Edwin Harly - 2140 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2140 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2140, 4471, 0, 0); - - -/* NPC Merideth Carlson - 2357 */ -/* Add Missing Vanilla item White Stallion Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 2357 AND `item` = 12353; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2357, 12353, 0, 0); -/* Add Missing Vanilla item Palomino Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 2357 AND `item` = 12354; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2357, 12354, 0, 0); - - -/* NPC Knaz Blunderflame - 8679 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 8679 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 8679 AND `item` = 40533; - - -/* NPC Gnaz Blunderflame - 2687 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 2687 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 2687 AND `item` = 40533; - - -/* NPC Qia - 11189 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 18256; -/* Add Missing Vanilla item Pattern: Runecloth Gloves */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 14481; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 14481, 1, 3600); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 3777, 0, 0); - - -/* NPC Nandar Branson - 2380 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2380 AND `item` = 40411; - - -/* NPC Micha Yance - 2381 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 2381 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2381 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2381, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2381 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2381, 3713, 0, 0); - - -/* NPC Christoph Jeffcoat - 2393 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2393 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2393, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2393 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2393, 3713, 0, 0); - - -/* NPC Mallen Swain - 2394 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2394 AND `item` = 38426; - - -/* NPC Derak Nightfall - 2397 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 2397 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2397 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2397, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2397 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2397, 3713, 0, 0); - - -/* NPC Kayren Soothallow - 2401 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2401 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2401 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2401 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2401, 4471, 0, 0); - - -/* NPC Bro'kin - 2480 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2480 AND `item` = 40411; - - -/* NPC Bliztik - 2481 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2481 AND `item` = 40411; - - -/* NPC Zarena Cromwind - 2482 */ -/* Add Missing Vanilla item Friendship Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2482 AND `item` = 23160; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2482, 23160, 0, 0); -/* Add Missing Vanilla item Freshly-Squeezed Lemonade */ -DELETE FROM `npc_vendor` WHERE `entry` = 2482 AND `item` = 23161; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2482, 23161, 0, 0); - - -/* NPC Sly Garrett - 2622 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2622 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2622, 8925, 0, 0); - - -/* NPC Old Man Heming - 2626 */ -/* Add Missing Vanilla item Expert Fishing - The Bass and You */ -DELETE FROM `npc_vendor` WHERE `entry` = 2626 AND `item` = 16083; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2626, 16083, 0, 0); - - -/* NPC Kelsey Yance - 2664 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 2664 AND `item` = 30817; -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2664 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2664, 3713, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2664 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2664, 2692, 0, 0); - - -/* NPC Danielle Zipstitch - 2668 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2668 AND `item` = 38426; - - -/* NPC Sheri Zipstitch - 2669 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2669 AND `item` = 38426; - - -/* NPC Xizk Goodstitch - 2670 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2670 AND `item` = 38426; - - -/* NPC Cowardly Crosby - 2672 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2672 AND `item` = 38426; - - -/* NPC Fradd Swiftgear - 2682 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 2682 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 2682 AND `item` = 40533; - - -/* NPC Rizz Loosebolt - 2684 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 2684 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 2684 AND `item` = 40533; - - -/* NPC Mazk Snipeshot - 2685 */ -/* Remove non-Vanilla item Small Ammo Pouch */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 2102; -/* Remove non-Vanilla item Light Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 2516; -/* Remove non-Vanilla item Heavy Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 2519; -/* Remove non-Vanilla item Solid Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 3033; -/* Remove non-Vanilla item Accurate Slugs */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 11284; -/* Remove non-Vanilla item Medium Shot Pouch */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 11363; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 28060; -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 40533; -/* Add Missing Vanilla item Schematic: Truesilver Transformer */ -DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 18651; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2685, 18651, 1, 43200); - - -/* NPC Ruppo Zipcoil - 2688 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 2688 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 2688 AND `item` = 40533; - - -/* NPC Clyde Ranthal - 2697 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2697 AND `item` = 38426; - - -/* NPC George Candarte - 2698 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2698 AND `item` = 38426; - - -/* NPC Rikqiz - 2699 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2699 AND `item` = 38426; - - -/* NPC Malygen - 2803 */ -/* Remove non-Vanilla item Forest Mushroom Cap */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 4604; -/* Remove non-Vanilla item Red-speckled Mushroom */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 4605; -/* Remove non-Vanilla item Spongy Morel */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 4606; -/* Remove non-Vanilla item Delicious Cave Mold */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 4607; -/* Remove non-Vanilla item Raw Black Truffle */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 4608; -/* Remove non-Vanilla item Morning Glory Dew */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 8766; -/* Remove non-Vanilla item Dried King Bolete */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 8948; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2803 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2803, 4471, 0, 0); - - -/* NPC Deneb Walker - 2805 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 2805 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 2805 AND `item` = 22148; -/* Add Missing Vanilla item Expert First Aid - Under Wraps */ -DELETE FROM `npc_vendor` WHERE `entry` = 2805 AND `item` = 16084; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2805, 16084, 0, 0); -/* Add Missing Vanilla item Manual: Heavy Silk Bandage */ -DELETE FROM `npc_vendor` WHERE `entry` = 2805 AND `item` = 16112; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2805, 16112, 0, 0); -/* Add Missing Vanilla item Manual: Mageweave Bandage */ -DELETE FROM `npc_vendor` WHERE `entry` = 2805 AND `item` = 16113; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2805, 16113, 0, 0); -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 2805 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2805, 17019, 0, 0); - - -/* NPC Bale - 2806 */ -/* Remove non-Vanilla item Forest Mushroom Cap */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 4604; -/* Remove non-Vanilla item Red-speckled Mushroom */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 4605; -/* Remove non-Vanilla item Spongy Morel */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 4606; -/* Remove non-Vanilla item Delicious Cave Mold */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 4607; -/* Remove non-Vanilla item Raw Black Truffle */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 4608; -/* Remove non-Vanilla item Morning Glory Dew */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 8766; -/* Remove non-Vanilla item Dried King Bolete */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 8948; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2806 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2806, 4471, 0, 0); - - -/* NPC Vikki Lonsav - 2808 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2808 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2808 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2808 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2808, 4471, 0, 0); - - -/* NPC Hammon Karwn - 2810 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2810, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2810, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2810, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 2810 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2810, 3777, 0, 0); - - -/* NPC Drovnar Strongbrew - 2812 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2812 AND `item` = 40411; - - -/* NPC Androd Fadran - 2816 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2816 AND `item` = 38426; - - -/* NPC Tunkk - 2819 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2819 AND `item` = 38426; - - -/* NPC Graud - 2820 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2820 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2820 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2820 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2820, 4471, 0, 0); - - -/* NPC Keena - 2821 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2821, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2821, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2821, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 2821 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2821, 3777, 0, 0); - - -/* NPC Burkrum - 6028 */ -/* Remove non-Vanilla item Small Ammo Pouch */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2102; -/* Remove non-Vanilla item Rough Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2512; -/* Remove non-Vanilla item Sharp Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2515; -/* Remove non-Vanilla item Light Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2516; -/* Remove non-Vanilla item Heavy Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2519; -/* Remove non-Vanilla item Razor Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 3030; -/* Remove non-Vanilla item Solid Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 3033; -/* Remove non-Vanilla item Small Quiver */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 5439; -/* Remove non-Vanilla item Accurate Slugs */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 11284; -/* Remove non-Vanilla item Jagged Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 11285; -/* Remove non-Vanilla item Medium Quiver */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 11362; -/* Remove non-Vanilla item Medium Shot Pouch */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 11363; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 28060; -/* Add Missing Vanilla item Augmented Chain Leggings */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2418; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2418, 0, 0); -/* Add Missing Vanilla item Augmented Chain Vest */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2417; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2417, 0, 0); -/* Add Missing Vanilla item Metal Buckler */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 17189; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 17189, 0, 0); -/* Add Missing Vanilla item Augmented Chain Helm */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 3891; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 3891, 0, 0); -/* Add Missing Vanilla item Heavy Pavise */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2448; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2448, 0, 0); -/* Add Missing Vanilla item Augmented Chain Gloves */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2422; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2422, 0, 0); -/* Add Missing Vanilla item Augmented Chain Bracers */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2421; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2421, 0, 0); -/* Add Missing Vanilla item Augmented Chain Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2420; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2420, 0, 0); -/* Add Missing Vanilla item Augmented Chain Belt */ -DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` = 2419; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6028, 2419, 0, 0); - - -/* NPC Haren Kanmae - 2839 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2839 AND `item` = 28053; - - -/* NPC Blixrez Goodstitch - 2846 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 2846 AND `item` = 38426; - - -/* NPC Glyx Brewright - 2848 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 2848 AND `item` = 40411; - - -/* NPC Glyx Brewright - 2849 */ -/* Remove non-Vanilla item Noble's Elementium Signet */ -DELETE FROM `npc_vendor` WHERE `entry` = 2849 AND `item` = 37934; - - -/* NPC Grawl - 2908 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 2908 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 2908 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 2908 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2908, 4471, 0, 0); - - -/* NPC Kurm Stonehoof - 3002 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 3002 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3002 AND `item` = 20824; - - -/* NPC Fyr Mistrunner - 3003 */ -/* Remove non-Vanilla item Mag'har Grainbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3003 AND `item` = 27855; -/* Remove non-Vanilla item Crusty Flatbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3003 AND `item` = 33449; -/* Remove non-Vanilla item Sweet Potato Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3003 AND `item` = 35950; - - -/* NPC Mahu - 3005 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3005 AND `item` = 38426; - - -/* NPC Mani Winterhoof - 3010 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3010 AND `item` = 40411; - - -/* NPC Nata Dawnstrider - 3012 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 3012 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3012, 6342, 1, 7200); - - -/* NPC Nardstrum Copperpinch - 13429 */ -/* Add Missing Vanilla item Fake Mistletoe */ -DELETE FROM `npc_vendor` WHERE `entry` = 13429 AND `item` = 17195; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13429, 17195, 0, 0); - -/* NPC Winterhoof */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry`=3014 AND `item`= 40411; - - -/* NPC Kuna Thunderhorn - 3015 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3015 AND `item` = 28053; - - -/* NPC Nan Mistrunner - 3017 */ -/* Remove non-Vanilla item Skethyl Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 3017 AND `item` = 27856; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 3017 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 3017 AND `item` = 35949; - - -/* NPC Kaga Mistrunner - 3025 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 3025 AND `item` = 27854; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 3025 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 3025 AND `item` = 35953; - - -/* NPC Naal Mistrunner - 3027 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3027 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3027 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3027, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3027 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3027, 3713, 0, 0); - - -/* NPC Moorat Longstride - 3076 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3076 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3076, 4471, 0, 0); - - -/* NPC Wunna Darkmane - 3081 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3081 AND `item` = 30817; - - -/* NPC Gloria Femmel - 3085 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3085 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3085 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3085, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3085 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3085, 3713, 0, 0); - - -/* NPC Gerald Crawley - 3090 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3090 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3090, 8925, 0, 0); - - -/* NPC Franklin Hamar - 3091 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3091 AND `item` = 38426; - - -/* NPC Captured Servant of Azora - 3096 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3096 AND `item` = 38426; - - -/* NPC Herble Baubbletump - 3133 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 3133 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3133 AND `item` = 20824; -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3133 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 3133 AND `item` = 40533; - - -/* NPC Malissa - 3135 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3135 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3135, 8925, 0, 0); - - -/* NPC Jark - 3164 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3164 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3164, 4471, 0, 0); - - -/* NPC Wuark - 3167 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 3167 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3167 AND `item` = 20824; - - -/* NPC Flakk - 3168 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3168 AND `item` = 30817; - - -/* NPC K'waii - 3186 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3186 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3186, 4471, 0, 0); - - -/* NPC Tai'tasi - 3187 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3187 AND `item` = 30817; - - -/* NPC Olvia - 3312 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 3312 AND `item` = 27854; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 3312 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 3312 AND `item` = 35953; - - -/* NPC Trak'gen - 3313 */ -/* Remove non-Vanilla item Crude Throwing Axe */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 25861; -/* Remove non-Vanilla item Balanced Throwing Dagger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 25872; -/* Remove non-Vanilla item Keen Throwing Knife */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 25873; -/* Remove non-Vanilla item Deadly Throwing Axe */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 25875; -/* Remove non-Vanilla item Gleaming Throwing Axe */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 25876; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 28060; -/* Remove non-Vanilla item Light Throwing Knife */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 28979; -/* Remove non-Vanilla item Weighted Throwing Axe */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 29007; -/* Remove non-Vanilla item Sharp Throwing Axe */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 29008; -/* Remove non-Vanilla item Heavy Throwing Dagger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 29009; -/* Remove non-Vanilla item Wicked Throwing Dagger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 29010; -/* Remove non-Vanilla item Jagged Throwing Axe */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 29013; -/* Remove non-Vanilla item Blacksteel Throwing Dagger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 29014; - - -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3313, 4471, 0, 0); - - -/* NPC Kaja - 3322 */ -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 3322 AND `item` = 28060; - - -/* NPC Horthus - 3323 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 37201; -/* Remove non-Vanilla item Wild Spineleaf */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 44605; -/* Remove non-Vanilla item Starleaf Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 44614; -/* Remove non-Vanilla item Devout Candle */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 44615; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3323, 17019, 0, 0); - - -/* NPC Kor'jus - 3329 */ -/* Remove non-Vanilla item Zangar Caps */ -DELETE FROM `npc_vendor` WHERE `entry` = 3329 AND `item` = 27859; -/* Remove non-Vanilla item Honey-Spiced Lichen */ -DELETE FROM `npc_vendor` WHERE `entry` = 3329 AND `item` = 33452; -/* Remove non-Vanilla item Sparkling Frostcap */ -DELETE FROM `npc_vendor` WHERE `entry` = 3329 AND `item` = 35947; - - -/* NPC Rekkul - 3334 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3334, 8925, 0, 0); -/* Remove non-Vanilla Poisons */ -DELETE FROM `npc_vendor` WHERE `entry`= 3334 AND `item` IN (21835, 21927, 22053, 22054, 22055, 43230, 43231, 43232, 43233, 43234, 43235, 43237); - - -/* NPC Hagrus - 3335 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3335 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3335 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3335 AND `item` = 37201; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3335 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3335, 17019, 0, 0); - - -/* NPC Shan'ti - 3342 */ -/* Remove non-Vanilla item Skethyl Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 3342 AND `item` = 27856; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 3342 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 3342 AND `item` = 35949; - - -/* NPC Kithas - 3346 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 3346 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3346, 6342, 1, 7200); - - -/* NPC Kor'geld - 3348 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3348 AND `item` = 40411; - - -/* NPC Asoran - 3350 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3350 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 3350 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3350 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3350, 4471, 0, 0); - - -/* NPC Magenius - 3351 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3351 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3351 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3351 AND `item` = 37201; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3351 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3351, 17019, 0, 0); - - -/* NPC Gorina - 3358 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 3358 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3358 AND `item` = 20824; - - -/* NPC Ogunaro Wolfrunner - 3362 */ -/* Remove non-Vanilla item Horn of the Black Wolf */ -DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` = 46099; -/* Add Missing Vanilla item Horn of the Red Wolf */ -DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` = 12330; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3362, 12330, 0, 0); -/* Add Missing Vanilla item Horn of the Arctic Wolf */ -DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` = 12351; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3362, 12351, 0, 0); - - -/* NPC Borya - 3364 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3364 AND `item` = 38426; - - -/* NPC Tamar - 3366 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3366 AND `item` = 38426; - - -/* NPC Felika - 3367 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 18256; -/* Remove non-Vanilla item Design: Heavy Golden Necklace of Battle */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 20856; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 3713, 0, 0); -/* Add Missing Vanilla item Green Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2605, 0, 0); -/* Add Missing Vanilla item Blue Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 6260; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 6260, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 3777, 0, 0); -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2324, 0, 0); -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 6529, 0, 0); - - -/* NPC Borstan - 3368 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 3368 AND `item` = 27854; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 3368 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 3368 AND `item` = 35953; - - -/* NPC Xen'to - 3400 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3400 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3400 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3400, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3400 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3400, 3713, 0, 0); - - -/* NPC Zeal'aya - 3405 */ -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3405 AND `item` = 18256; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3405 AND `item` = 40411; - - -/* NPC Jin'sora - 3410 */ -/* Remove non-Vanilla item Sturdy Recurve */ -DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 11306; -/* Remove non-Vanilla item Massive Longbow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 11307; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 28053; - - -/* NPC Sovik - 3413 */ -/* Remove non-Vanilla item Schematic: Steam Tonk Controller */ -DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 22729; -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 40533; -/* Add Missing Vanilla item Schematic: Thorium Grenade */ -DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 16041; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3413, 16041, 1, 10800); -/* Add Missing Vanilla item Schematic: Thorium Widget */ -DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 16042; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3413, 16042, 1, 10800); - - -/* NPC Barg - 3481 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3481 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3481, 4471, 0, 0); - - -/* NPC Tari'qa - 3482 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3482 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3482, 2692, 0, 0); -/* Remove non-Vanilla item Light Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 3482 AND `item` = 39354; - - -/* NPC Wrahk - 3485 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3485 AND `item` = 38426; - - -/* NPC Hula'mahi - 3490 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 22148; -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 8925, 0, 0); -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 17019, 0, 0); -/* Remove non-Vanilla Poisons */ -DELETE FROM `npc_vendor` WHERE `entry`=3490 AND `item` IN (21835, 21927, 22053, 22054, 22055, 22147, 22148, 37201, 43230, 43231, 43232, 43233, 43234, 43235, 43237); - - -/* NPC Gagsprocket - 3495 */ -/* Remove non-Vanilla item Schematic: Minor Recombobulator */ -DELETE FROM `npc_vendor` WHERE `entry` = 3495 AND `item` = 14639; -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 3495 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 3495 AND `item` = 40533; - - -/* NPC Jazzik - 3498 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3498 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3498, 4471, 0, 0); - - -/* NPC Ranik - 3499 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3499 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3499, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3499 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3499, 2928, 0, 0); -/* Remove non-Vanilla item Design: Wicked Moonstone Ring */ -DELETE FROM `npc_vendor` WHERE `entry` = 3499 AND `item` = 20855; -/* Remove non-Vanilla item Light Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 3499 AND `item` = 39354; - - -/* NPC Tarhus - 3500 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3500 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3500 AND `item` = 22148; - - -/* NPC Thomas Miller - 3518 */ -/* Remove non-Vanilla item Mag'har Grainbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3518 AND `item` = 27855; -/* Remove non-Vanilla item Crusty Flatbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3518 AND `item` = 33449; -/* Remove non-Vanilla item Sweet Potato Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3518 AND `item` = 35950; - - -/* NPC Sarah Raycroft - 3541 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3541 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 3541 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3541 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3541, 4471, 0, 0); - - -/* NPC Jaysin Lanyda - 3542 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 22148; -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 8925, 0, 0); -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3542 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3542, 17019, 0, 0); - - -/* NPC Selina Weston - 3548 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3548 AND `item` = 40411; - - -/* NPC Patrice Dwyer - 3551 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3551, 8925, 0, 0); -/* Remove non-Vanilla item Instant Poison VIII */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43230; -/* Remove non-Vanilla item Instant Poison IX */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43231; -/* Remove non-Vanilla item Deadly Poison VIII */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43232; -/* Remove non-Vanilla item Deadly Poison IX */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43233; -/* Remove non-Vanilla item Wound Poison VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43234; -/* Remove non-Vanilla item Wound Poison VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43235; -/* Remove non-Vanilla item Anesthetic Poison II */ -DELETE FROM `npc_vendor` WHERE `entry` = 3551 AND `item` = 43237; - -/* NPC Andrew Hilbert - 3556 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3556 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3556, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3556 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3556, 2928, 0, 0); - - -/* NPC Kyrai - 3561 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3561 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3561, 8925, 0, 0); - - -/* NPC Alaindia - 3562 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3562 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3562 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3562 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3562, 17019, 0, 0); - - -/* NPC Dalaran Miner - 3578 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 3578 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3578 AND `item` = 20824; - - -/* NPC Aldia - 3608 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3608 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3608, 4471, 0, 0); - - -/* NPC Narret Shadowgrove - 3614 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 3614 AND `item` = 30817; - - -/* NPC Harb Clawhoof - 3685 */ -/* Remove non-Vanilla item White Kodo */ -DELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` = 46100; -/* Add Missing Vanilla item Teal Kodo */ -DELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` = 15293; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3685, 15293, 0, 0); -/* Add Missing Vanilla item Green Kodo */ -DELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` = 15292; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3685, 15292, 0, 0); - - -/* NPC Jadenvis Seawatcher - 3700 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3700 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3700 AND `item` = 22148; - - -/* NPC Syurana - 3779 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3779, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3779, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3779, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3779 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3779, 3777, 0, 0); - - -/* NPC Dalria - 3954 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3954, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3954, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3954, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3954 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3954, 3777, 0, 0); - - -/* NPC Shandrina - 3955 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3955, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3955, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3955, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3955, 3777, 0, 0); -/* Add Missing Vanilla item Expert Cookbook */ -DELETE FROM `npc_vendor` WHERE `entry` = 3955 AND `item` = 16072; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3955, 16072, 0, 0); - - -/* NPC Harklan Moongrove - 3956 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3956 AND `item` = 40411; - - -/* NPC Lardan - 3958 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 3958 AND `item` = 38426; - - -/* NPC Maliynn - 3961 */ -/* Add Missing Vanilla item Shinsollo */ -DELETE FROM `npc_vendor` WHERE `entry` = 3961 AND `item` = 16171; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3961, 16171, 0, 0); - - -/* NPC Haljan Oakheart - 3962 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3962 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3962, 4471, 0, 0); - - -/* NPC Fahran Silentblade - 3969 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 3969 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3969, 8925, 0, 0); - - -/* NPC Llana - 3970 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 3970 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 3970 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 3970 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3970, 17019, 0, 0); - - -/* NPC Grawnal - 4082 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4082 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4082, 4471, 0, 0); - - -/* NPC Jeeda - 4083 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4083 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 4083 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 4083 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4083, 17019, 0, 0); - - -/* NPC Chylina - 4084 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4084 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4084, 4471, 0, 0); - - -/* NPC Shadi Mistrunner - 8363 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 18256; -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 2324, 0, 0); -/* Add Missing Vanilla item Green Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 2605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 2605, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 3777, 0, 0); -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 6529, 0, 0); -/* Add Missing Vanilla item Blue Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 8363 AND `item` = 6260; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8363, 6260, 0, 0); - - -/* NPC Elynna - 4168 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4168 AND `item` = 38426; - - -/* NPC Jaeana - 4169 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 27854; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 33445; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 35953; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4169 AND `item` = 35954; - - -/* NPC Ellandrieth - 4170 */ -/* Remove non-Vanilla item Moonberry Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 1645; -/* Remove non-Vanilla item Sweet Nectar */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 1708; -/* Remove non-Vanilla item Accurate Slugs */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 11284; -/* Remove non-Vanilla item Jagged Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 11285; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4170, 4471, 0, 0); -/* Add Missing Vanilla item Ice Cold Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 1179; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4170, 1179, 0, 0); -/* Add Missing Vanilla item Blue Ribboned Wrapping Paper */ -DELETE FROM `npc_vendor` WHERE `entry` = 4170 AND `item` = 5048; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4170, 5048, 0, 0); - - -/* NPC Landria - 4173 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4173 AND `item` = 28053; - - -/* NPC Dalmond - 4182 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4182 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4182, 4471, 0, 0); - - -/* NPC Valdaron - 4189 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4189 AND `item` = 38426; - - -/* NPC Ullanna - 4194 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4194 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4194, 2692, 0, 0); - - -/* NPC Chardryn - 4216 */ -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4216 AND `item` = 18256; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4216 AND `item` = 40411; - - -/* NPC Cyroen - 4220 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4220 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 4220 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 4220 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4220, 17019, 0, 0); - - -/* NPC Talaelar - 4221 */ -/* Remove non-Vanilla item Sunspring Carp */ -DELETE FROM `npc_vendor` WHERE `entry` = 4221 AND `item` = 27858; -/* Remove non-Vanilla item Fillet of Icefin */ -DELETE FROM `npc_vendor` WHERE `entry` = 4221 AND `item` = 33451; -/* Remove non-Vanilla item Poached Emperor Salmon */ -DELETE FROM `npc_vendor` WHERE `entry` = 4221 AND `item` = 35951; - - -/* NPC Fyldan - 4223 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 4223 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4223 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4223, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4223 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4223, 3713, 0, 0); - - -/* NPC Saenorion - 4225 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4225 AND `item` = 38426; - - -/* NPC Mythrin'dir - 4229 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 18256; -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 6529, 0, 0); -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 2324, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 3713, 0, 0); -/* Add Missing Vanilla item Blue Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 6260; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 6260, 0, 0); -/* Add Missing Vanilla item Green Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 2605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 2605, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 3777, 0, 0); - - -/* NPC Ulthir - 4226 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4226 AND `item` = 40411; -/* Add Missing Vanilla item Recipe: Superior Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 4226 AND `item` = 13477; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4226, 13477, 1, 7200); - - -/* NPC Vaean - 4228 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 4228 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4228, 6342, 1, 1800); - - -/* NPC Mydrannul - 4241 */ -/* Remove non-Vanilla item Melon Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 1205; -/* Remove non-Vanilla item Moonberry Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 1645; -/* Remove non-Vanilla item Sweet Nectar */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 1708; -/* Remove non-Vanilla item Razor Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 3030; -/* Remove non-Vanilla item Solid Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 3033; -/* Remove non-Vanilla item Heavy Brown Bag */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 4497; -/* Remove non-Vanilla item Accurate Slugs */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 11284; -/* Remove non-Vanilla item Jagged Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 11285; -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 28060; -/* Add Missing Vanilla item Ice Cold Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 1179; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4241, 1179, 0, 0); -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4241 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4241, 4471, 0, 0); - - -/* NPC Golnir Bouldertoe - 4256 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 4256 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4256 AND `item` = 20824; - - -/* NPC Nyoma - 4265 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 4265 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4265 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4265, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4265 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4265, 3713, 0, 0); - - -/* NPC Ronald Burch - 4553 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 4553 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4553 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4553, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4553 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4553, 3713, 0, 0); - - -/* NPC Tawny Grisette - 4554 */ -/* Remove non-Vanilla item Zangar Caps */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 27859; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 33445; -/* Remove non-Vanilla item Honey-Spiced Lichen */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 33452; -/* Remove non-Vanilla item Sparkling Frostcap */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 35947; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4554 AND `item` = 35954; - - -/* NPC Daniel Bartlett - 4561 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 3713, 0, 0); -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 6529, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 3777, 0, 0); -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 2324, 0, 0); -/* Add Missing Vanilla item Green Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 2605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 2605, 0, 0); -/* Add Missing Vanilla item Blue Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4561 AND `item` = 6260; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4561, 6260, 0, 0); - - -/* NPC Thomas Mordan - 4562 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4562 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 4562 AND `item` = 22148; -/* Remove non-Vanilla item Wild Spineleaf */ -DELETE FROM `npc_vendor` WHERE `entry` = 4562 AND `item` = 44605; -/* Remove non-Vanilla item Starleaf Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4562 AND `item` = 44614; -/* Remove non-Vanilla item Devout Candle */ -DELETE FROM `npc_vendor` WHERE `entry` = 4562 AND `item` = 44615; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 4562 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4562, 17019, 0, 0); - - -/* NPC Morley Bates - 4571 */ -/* Remove non-Vanilla item Zangar Caps */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 27859; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 33445; -/* Remove non-Vanilla item Honey-Spiced Lichen */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 33452; -/* Remove non-Vanilla item Sparkling Frostcap */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 35947; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4571 AND `item` = 35954; - - -/* NPC Hannah Akeley - 4575 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4575 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 4575 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 4575 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4575, 17019, 0, 0); - - -/* NPC Millie Gregorian - 4577 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4577 AND `item` = 38426; - - -/* NPC Ezekiel Graves - 4585 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4585, 8925, 0, 0); -/* Remove non-Vanilla item Instant Poison VIII */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43230; -/* Remove non-Vanilla item Instant Poison IX */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43231; -/* Remove non-Vanilla item Deadly Poison VIII */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43232; -/* Remove non-Vanilla item Deadly Poison IX */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43233; -/* Remove non-Vanilla item Wound Poison VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43234; -/* Remove non-Vanilla item Wound Poison VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43235; -/* Remove non-Vanilla item Anesthetic Poison II */ -DELETE FROM `npc_vendor` WHERE `entry` = 4585 AND `item` = 43237; - - - -/* NPC Elizabeth Van Talen - 4587 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 4587 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 4587 AND `item` = 40533; - - -/* NPC Joseph Moore - 4589 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4589 AND `item` = 38426; - - -/* NPC Sarah Killian - 4599 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 4599 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4599 AND `item` = 20824; - - -/* NPC Abigail Sawyer - 4604 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4604 AND `item` = 28053; - - -/* NPC Algernon - 4610 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4610 AND `item` = 40411; -/* Add Missing Vanilla item Recipe: Superior Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 4610 AND `item` = 13477; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4610, 13477, 1, 2700); - - -/* NPC Katrina Alliestar - 4615 */ -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4615 AND `item` = 18256; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4615 AND `item` = 40411; - - -/* NPC Thaddeus Webb - 4617 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 4617 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4617, 6342, 1, 7200); - - -/* NPC Lelanai - 4730 */ -/* Add Missing Vanilla item Reins of the Ancient Frostsaber */ -DELETE FROM `npc_vendor` WHERE `entry` = 4730 AND `item` = 12302; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4730, 12302, 0, 0); -/* Add Missing Vanilla item Reins of the Nightsaber */ -DELETE FROM `npc_vendor` WHERE `entry` = 4730 AND `item` = 12303; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4730, 12303, 0, 0); - - -/* NPC Zachariah Post - 4731 */ -/* Remove non-Vanilla item Black Skeletal Horse */ -DELETE FROM `npc_vendor` WHERE `entry` = 4731 AND `item` = 46308; -/* Remove non-Vanilla item Ochre Skeletal Warhorse */ -DELETE FROM `npc_vendor` WHERE `entry` = 4731 AND `item` = 47101; - - -/* NPC Felicia Doan - 4775 */ -/* Remove non-Vanilla item Black Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 2325; -/* Remove non-Vanilla item Gray Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 4340; -/* Remove non-Vanilla item Yellow Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 4341; -/* Remove non-Vanilla item Purple Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 4342; -/* Remove non-Vanilla item Heavy Silken Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 8343; -/* Remove non-Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 8925; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 3713, 0, 0); -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 2324, 0, 0); -/* Add Missing Vanilla item Blue Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 6260; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 6260, 0, 0); -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 6529, 0, 0); -/* Add Missing Vanilla item Green Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 2605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4775, 2605, 0, 0); - - -/* NPC Jawn Highmesa - 4876 */ -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4876 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4876, 4471, 0, 0); - - -/* NPC Jandia - 4877 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4877 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4877, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4877 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4877, 3713, 0, 0); - - -/* NPC Montarr - 4878 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 4878 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 4878 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 4878 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4878, 17019, 0, 0); - - -/* NPC Gregor MacVince - 4885 */ -/* Add Missing Vanilla item White Stallion Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 4885 AND `item` = 12353; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4885, 12353, 0, 0); -/* Add Missing Vanilla item Palomino Bridle */ -DELETE FROM `npc_vendor` WHERE `entry` = 4885 AND `item` = 12354; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4885, 12354, 0, 0); - - -/* NPC Mishta - 15179 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15179, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15179, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15179, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 15179 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15179, 3777, 0, 0); - - -/* NPC Piter Verance - 4890 */ -/* Remove non-Vanilla item Augmented Chain Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 2420; -/* Remove non-Vanilla item Brigandine Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 2426; -/* Remove non-Vanilla item Russet Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 2432; -/* Remove non-Vanilla item Embroidered Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 2438; -/* Remove non-Vanilla item Studded Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 2467; -/* Remove non-Vanilla item Reinforced Leather Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 2473; -/* Add Missing Vanilla item Glorious Shoulders */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 4833; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4890, 4833, 1, 43200); -/* Add Missing Vanilla item Elite Shoulders */ -DELETE FROM `npc_vendor` WHERE `entry` = 4890 AND `item` = 4835; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4890, 4835, 1, 43200); - - -/* NPC Jensen Farran - 4892 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4892 AND `item` = 28053; - - -/* NPC Charity Mipsy - 4896 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 4896 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 4896 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 4896 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4896, 4471, 0, 0); - - -/* NPC Helenia Olden - 4897 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4897, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4897, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4897, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 4897 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4897, 3777, 0, 0); - - -/* NPC Balai Lok'Wein - 13476 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 13476 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 13476 AND `item` = 22148; -/* Add Missing Vanilla item Manual: Mageweave Bandage */ -DELETE FROM `npc_vendor` WHERE `entry` = 13476 AND `item` = 16113; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13476, 16113, 0, 0); -/* Add Missing Vanilla item Manual: Heavy Silk Bandage */ -DELETE FROM `npc_vendor` WHERE `entry` = 13476 AND `item` = 16112; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13476, 16112, 0, 0); -/* Add Missing Vanilla item Expert First Aid - Under Wraps */ -DELETE FROM `npc_vendor` WHERE `entry` = 13476 AND `item` = 16084; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13476, 16084, 0, 0); - - -/* NPC Uma Bartulm - 4899 */ -/* Remove non-Vanilla item Greater Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 4899 AND `item` = 1710; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 4899 AND `item` = 40411; - - -/* NPC Namdo Bizzfizzle - 2683 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 2683 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 2683 AND `item` = 40533; - - -/* NPC Ben Trias - 4981 */ -/* Remove non-Vanilla item Garadar Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 27857; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 28399; -/* Remove non-Vanilla item Sour Goat Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 33443; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 33445; -/* Remove non-Vanilla item Briny Hardcheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 35952; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 35954; - - -/* NPC Fillius Fizzlespinner - 5100 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5100 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5100, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5100 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5100, 3713, 0, 0); - - -/* NPC Bryllia Ironbrand - 5101 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 5101 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 5101 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 5101 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5101, 4471, 0, 0); - - -/* NPC Myra Tyrngaarde - 5109 */ -/* Remove non-Vanilla item Mag'har Grainbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5109 AND `item` = 27855; -/* Remove non-Vanilla item Crusty Flatbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5109 AND `item` = 33449; -/* Remove non-Vanilla item Sweet Potato Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5109 AND `item` = 35950; - - -/* NPC Barim Jurgenstaad - 5110 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 5110 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 5110 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 5110 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5110, 17019, 0, 0); - - -/* NPC Innkeeper Firebrew - 5111 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 27854; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 33445; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 35953; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 5111 AND `item` = 35954; - - -/* NPC Skolmin Goldfury - 5122 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 5122 AND `item` = 28053; - - -/* NPC Sognar Cliffbeard - 5124 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 5124 AND `item` = 27854; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 5124 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 5124 AND `item` = 35953; - - -/* NPC Bombus Finespindle - 5128 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5128 AND `item` = 38426; - - -/* NPC Gwina Stonebranch - 5138 */ -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5138 AND `item` = 18256; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5138 AND `item` = 40411; -/* Add Missing Vanilla item Copper Rod */ -DELETE FROM `npc_vendor` WHERE `entry` = 5138 AND `item` = 6217; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5138, 6217, 0, 0); - - -/* NPC Ginny Longberry - 5151 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 5151 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 5151 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 5151 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5151, 17019, 0, 0); - - -/* NPC Poranna Snowbraid - 5154 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5154 AND `item` = 38426; - - -/* NPC Tilli Thistlefuzz - 5158 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 5158 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5158, 6342, 1, 7200); - - -/* NPC Emrul Riknussun - 5160 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 5160 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5160 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5160, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5160 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5160, 3713, 0, 0); - - -/* NPC Burbik Gearspanner - 5163 */ -/* Remove non-Vanilla item Black Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 2325; -/* Remove non-Vanilla item Red Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 2604; -/* Remove non-Vanilla item Gray Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 4340; -/* Remove non-Vanilla item Yellow Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 4341; -/* Remove non-Vanilla item Purple Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 4342; -/* Remove non-Vanilla item Fishing Pole */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 6256; -/* Remove non-Vanilla item Skinning Knife */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 7005; -/* Remove non-Vanilla item Heavy Silken Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 8343; -/* Remove non-Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 8925; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 18256; -/* Add Missing Vanilla item Bleach */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 2324; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5163, 2324, 0, 0); -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5163, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5163 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5163, 3713, 0, 0); - - -/* NPC Tynnus Venomsprout - 5169 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5169 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5169, 8925, 0, 0); - - -/* NPC Gearcutter Cogspinner - 5175 */ -/* Remove non-Vanilla item Schematic: Steam Tonk Controller */ -DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 22729; -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 40533; -/* Add Missing Vanilla item Schematic: Thorium Grenade */ -DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 16041; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5175, 16041, 1, 10800); -/* Add Missing Vanilla item Schematic: Thorium Widget */ -DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 16042; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5175, 16042, 1, 10800); - - -/* NPC Soolie Berryfizz - 5178 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5178 AND `item` = 40411; - - -/* NPC Erika Tate - 5483 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 5483 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5483 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5483, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5483 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5483, 3713, 0, 0); - - -/* NPC Eldraeith - 5503 */ -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5503 AND `item` = 18256; -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5503 AND `item` = 40411; - - -/* NPC Brooke Stonebraid - 5514 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 5514 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 5514 AND `item` = 20824; - - -/* NPC Billibub Cogspinner - 5519 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 5519 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 5519 AND `item` = 40533; - - -/* NPC Jillian Tanner - 5565 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5565 AND `item` = 38426; - - -/* NPC Alchemist Pestlezugg - 5594 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5594 AND `item` = 40411; - - -/* NPC Lilly - 5757 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 5757 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5757, 6342, 1, 7200); - - -/* NPC Leo Sarn - 5758 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 5758 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5758, 6342, 1, 7200); - - -/* NPC Kalldan Felmoon - 5783 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5783 AND `item` = 38426; - - -/* NPC Innkeeper Thulbek - 5814 */ -/* Add Missing Vanilla item Hunter's Boomstick */ -DELETE FROM `npc_vendor` WHERE `entry` = 5814 AND `item` = 2511; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5814, 2511, 0, 0); - - -/* NPC Shimra - 5817 */ -/* Remove non-Vanilla item Common Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 10648; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 18256; -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 30817; -/* Remove non-Vanilla item Light Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5817, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5817, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5817, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5817, 3777, 0, 0); - -/* NPC Zansoa */ -/* Remove non-Vanilla item Aquadynamic Fish Attractor */ -DELETE FROM `npc_vendor` WHERE `entry` = 5942 AND `item` = 6365; -/* Remove non-Vanilla item Strong Fishing Pole */ -DELETE FROM `npc_vendor` WHERE `entry` = 5942 AND `item` = 6533; - -/* NPC Yonada - 5944 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 5944 AND `item` = 38426; - - -/* NPC Thelgrum Stonehammer - 6298 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 6298 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 6298 AND `item` = 20824; - - -/* NPC Gorbold Steelhand - 6301 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6301, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6301, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6301, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6301, 3777, 0, 0); - - -/* NPC Ghok'kah - 6567 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6567 AND `item` = 38426; - - -/* NPC Vizzklick - 6568 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6568 AND `item` = 38426; - - -/* NPC Jun'ha - 6574 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6574 AND `item` = 38426; - - -/* NPC Brienna Starglow - 6576 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6576 AND `item` = 38426; - - -/* NPC Jinky Twizzlefixxit - 6730 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 6730 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 6730 AND `item` = 40533; - - -/* NPC Harlown Darkweave - 6731 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6731 AND `item` = 38426; - - -/* NPC Innkeeper Saelienne - 6735 */ -/* Remove non-Vanilla item Skethyl Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 27856; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 33445; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 35949; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 35954; - - -/* NPC Innkeeper Kimlya - 6738 */ -/* Remove non-Vanilla item Slitherskin Mackerel */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 787; -/* Remove non-Vanilla item Longjaw Mud Snapper */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4592; -/* Remove non-Vanilla item Bristle Whisker Catfish */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4593; -/* Remove non-Vanilla item Rockscale Cod */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4594; -/* Remove non-Vanilla item Spinefin Halibut */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 8957; -/* Remove non-Vanilla item Striped Yellowtail */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 21552; -/* Add Missing Vanilla item Deep Fried Plantains */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 8953; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6738, 8953, 0, 0); -/* Add Missing Vanilla item Moon Harvest Pumpkin */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4602; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6738, 4602, 0, 0); -/* Add Missing Vanilla item Goldenbark Apple */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4539; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6738, 4539, 0, 0); -/* Add Missing Vanilla item Snapvine Watermelon */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4538; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6738, 4538, 0, 0); -/* Add Missing Vanilla item Tel'Abim Banana */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4537; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6738, 4537, 0, 0); -/* Add Missing Vanilla item Shiny Red Apple */ -DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` = 4536; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6738, 4536, 0, 0); - - -/* NPC Innkeeper Allison - 6740 */ -/* Remove non-Vanilla item Shiny Red Apple */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4536; -/* Remove non-Vanilla item Tel'Abim Banana */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4537; -/* Remove non-Vanilla item Snapvine Watermelon */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4538; -/* Remove non-Vanilla item Goldenbark Apple */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4539; -/* Remove non-Vanilla item Moon Harvest Pumpkin */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4602; -/* Remove non-Vanilla item Deep Fried Plantains */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 8953; -/* Remove non-Vanilla item Mag'har Grainbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 27855; -/* Remove non-Vanilla item Skethyl Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 27856; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 33445; -/* Remove non-Vanilla item Crusty Flatbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 33449; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35949; -/* Remove non-Vanilla item Sweet Potato Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35950; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35954; - - -/* NPC Innkeeper Norman - 6741 */ -/* Remove non-Vanilla item Zangar Caps */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 27859; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 33445; -/* Remove non-Vanilla item Honey-Spiced Lichen */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 33452; -/* Remove non-Vanilla item Sparkling Frostcap */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 35947; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 35954; - - -/* NPC Innkeeper Pala - 6746 */ -/* Remove non-Vanilla item Garadar Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 27857; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 28399; -/* Remove non-Vanilla item Sour Goat Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 33443; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 33445; -/* Remove non-Vanilla item Briny Hardcheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 35952; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 35954; - - -/* NPC Zan Shivsproket - 6777 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 6777 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 6777 AND `item` = 40533; - - -/* NPC Smudge Thunderwood - 6779 */ -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 8925, 0, 0); - - -/* NPC Innkeeper Gryshka - 6929 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 27854; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 28399; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 33445; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 33454; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 35953; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 35954; - - -/* NPC Caretaker Alen - 11038 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 11038 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 11038 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 11038 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11038, 4471, 0, 0); - - -/* NPC Yuka Screwspigot - 9544 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 9544 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 9544 AND `item` = 40533; - - -/* NPC Master Smith Burninate - 14624 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14624 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 14624 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 14624 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14624, 4471, 0, 0); - - -/* NPC Pratt McGrubben - 7852 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 7852 AND `item` = 38426; - - -/* NPC Jangdor Swiftstrider - 7854 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 7854 AND `item` = 38426; - - -/* NPC Darnall - 7940 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 7940 AND `item` = 38426; -/* Add Missing Vanilla item Pattern: Runecloth Boots */ -DELETE FROM `npc_vendor` WHERE `entry` = 7940 AND `item` = 14488; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7940, 14488, 1, 3600); - - -/* NPC Faralorn - 7942 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 7942 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 7942 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 7942 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7942, 4471, 0, 0); - - -/* NPC Vivianna - 7947 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 7947 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 7947 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 7947 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7947, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 7947 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7947, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 7947 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7947, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 7947 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7947, 3777, 0, 0); - - -/* NPC Zjolnir - 7952 */ -/* Add Missing Vanilla item Whistle of the Mottled Red Raptor */ -DELETE FROM `npc_vendor` WHERE `entry` = 7952 AND `item` = 8586; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7952, 8586, 0, 0); -/* Add Missing Vanilla item Whistle of the Ivory Raptor */ -DELETE FROM `npc_vendor` WHERE `entry` = 7952 AND `item` = 13317; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7952, 13317, 0, 0); - - -/* NPC Milli Featherwhistle - 7955 */ -/* Add Missing Vanilla item White Mechanostrider Mod B */ -DELETE FROM `npc_vendor` WHERE `entry` = 7955 AND `item` = 13326; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7955, 13326, 0, 0); -/* Add Missing Vanilla item Icy Blue Mechanostrider Mod A */ -DELETE FROM `npc_vendor` WHERE `entry` = 7955 AND `item` = 13327; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7955, 13327, 0, 0); - - -/* NPC Bimble Longberry - 7978 */ -/* Remove non-Vanilla item Skethyl Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 7978 AND `item` = 27856; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 7978 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 7978 AND `item` = 35949; - - -/* NPC Blizrik Buckshot - 8131 */ -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 8131 AND `item` = 28060; - - -/* NPC Jabbey - 8139 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 8139 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 8139 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 8139 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8139, 4471, 0, 0); - - -/* NPC Sheendra Tallgrass - 8145 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 8145 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8145 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8145 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8145, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 8145 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8145, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8145 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8145, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 8145 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8145, 3777, 0, 0); - - -/* NPC Calandrath - 15174 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 15174 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 15174 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 15174 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15174, 4471, 0, 0); - - -/* NPC Logannas - 8157 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8157 AND `item` = 40411; - - -/* NPC Bronk - 8158 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8158 AND `item` = 40411; - - -/* NPC Nioma - 8160 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 8160 AND `item` = 38426; - - -/* NPC Rartar - 8177 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8177 AND `item` = 40411; - - -/* NPC Nina Lightbrew - 8178 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8178 AND `item` = 40411; - - -/* NPC Kixxle - 8305 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8305 AND `item` = 40411; - - -/* NPC Tarban Hearthgrain - 8307 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 8307 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8307 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8307, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8307 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8307, 3713, 0, 0); - - -/* NPC Chepi - 8361 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 22148; -/* Remove non-Vanilla item Corpse Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 37201; -/* Remove non-Vanilla item Wild Spineleaf */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 44605; -/* Remove non-Vanilla item Starleaf Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 44614; -/* Remove non-Vanilla item Devout Candle */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 44615; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 8361 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8361, 17019, 0, 0); - - -/* NPC Kuruk - 8362 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 8362 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 8362 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 8362 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8362, 4471, 0, 0); - - -/* NPC Jubie Gadgetspring - 8678 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 8678 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 8678 AND `item` = 40533; - - -/* NPC Outfitter Eric - 8681 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 8681 AND `item` = 38426; - - -/* NPC Christopher Hewen - 8934 */ -/* Remove non-Vanilla item Common Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 10648; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 18256; -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 30817; -/* Remove non-Vanilla item Light Parchment */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 39354; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8934, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8934, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8934, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8934, 3777, 0, 0); - - -/* NPC Cawind Trueaim - 9548 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 9548 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 9548 AND `item` = 28060; - - -/* NPC Starn - 9551 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 9551 AND `item` = 28053; - - -/* NPC Zanara - 9552 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 9552 AND `item` = 28053; - - -/* NPC Mu'uta - 9555 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 9555 AND `item` = 28053; - - -/* NPC Kireena - 9636 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 3713, 0, 0); -/* Add Missing Vanilla item Skinning Knife */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 7005; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 7005, 0, 0); -/* Add Missing Vanilla item Shiny Bauble */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 6529; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 6529, 0, 0); -/* Add Missing Vanilla item Gray Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 4340; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 4340, 0, 0); -/* Add Missing Vanilla item Heavy Silken Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 8343; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 8343, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 8925, 0, 0); -/* Add Missing Vanilla item Yellow Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 4341; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 4341, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 3777, 0, 0); -/* Add Missing Vanilla item Red Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 2604; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 2604, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 2928, 0, 0); -/* Add Missing Vanilla item Fishing Pole */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 6256; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 6256, 0, 0); -/* Add Missing Vanilla item Black Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 2325; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 2325, 0, 0); -/* Add Missing Vanilla item Purple Dye */ -DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` = 4342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (9636, 4342, 0, 0); - - -/* NPC Tink Sprocketwhistle - 9676 */ -/* Remove non-Vanilla item Copper Tube */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 4361; -/* Remove non-Vanilla item Copper Modulator */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 4363; -/* Remove non-Vanilla item Bronze Tube */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 4371; -/* Remove non-Vanilla item Gyrochronatom */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 4389; -/* Remove non-Vanilla item Silver Contact */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 4404; -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 9676 AND `item` = 40533; - - -/* NPC Wixxrak - 11184 */ -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 11184 AND `item` = 28060; - - -/* NPC Xizzer Fizzbolt - 11185 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 11185 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 11185 AND `item` = 40533; -/* Add Missing Vanilla item Schematic: Thorium Tube */ -DELETE FROM `npc_vendor` WHERE `entry` = 11185 AND `item` = 16047; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11185, 16047, 1, 10800); - - -/* NPC Lunnix Sprocketslip - 11186 */ -/* Remove non-Vanilla item Jeweler's Kit */ -DELETE FROM `npc_vendor` WHERE `entry` = 11186 AND `item` = 20815; -/* Remove non-Vanilla item Simple Grinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 11186 AND `item` = 20824; - - -/* NPC Evie Whirlbrew - 11188 */ -/* Remove non-Vanilla item Enchanted Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 11188 AND `item` = 40411; -/* Add Missing Vanilla item Recipe: Major Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 11188 AND `item` = 13480; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11188, 13480, 1, 7200); - - -/* NPC Gorn One Eye - 11555 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 11555 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 11555 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 11555 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11555, 4471, 0, 0); - - -/* NPC Masat T'andr - 11874 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 11874 AND `item` = 38426; - - -/* NPC Daeolyn Summerleaf - 12021 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 12021 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 12021 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 12021 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12021, 4471, 0, 0); - - -/* NPC Lorelae Wintersong - 12022 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12022 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 12022 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12022 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12022, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12022 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12022, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12022 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12022, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 12022 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12022, 3777, 0, 0); - - -/* NPC Tukk - 12027 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 12027 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 12027 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 12027 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12027, 4471, 0, 0); - - -/* NPC Lah'Mawhani - 12028 */ -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12028 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 12028 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12028 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12028, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12028 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12028, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12028 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12028, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 12028 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12028, 3777, 0, 0); - - -/* NPC Wulan - 12033 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 12033 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12033 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12033, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12033 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12033, 3713, 0, 0); -/* Add Missing Vanilla item Expert Cookbook */ -DELETE FROM `npc_vendor` WHERE `entry` = 12033 AND `item` = 16072; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12033, 16072, 0, 0); - - -/* NPC Kulwia - 12043 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12043 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12043, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12043 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12043, 2928, 0, 0); - - -/* NPC Vendor-Tron 1000 - 12245 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12245, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12245, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12245, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 12245 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12245, 3777, 0, 0); - - -/* NPC Super-Seller 680 - 12246 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 12246 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 12246 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 12246 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12246, 4471, 0, 0); - - -/* NPC Master Sergeant Biggins - 12781 */ -/* Remove non-Vanilla item Sergeant's Cape */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 16342; -/* Remove non-Vanilla item Sergeant's Cape */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18440; -/* Remove non-Vanilla item Sergeant's Cape */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18441; -/* Remove non-Vanilla item Master Sergeant's Insignia */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18442; -/* Remove non-Vanilla item Master Sergeant's Insignia */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18443; -/* Remove non-Vanilla item Master Sergeant's Insignia */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18444; -/* Remove non-Vanilla item Sergeant Major's Plate Wristguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18445; -/* Remove non-Vanilla item Sergeant Major's Plate Wristguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18447; -/* Remove non-Vanilla item Sergeant Major's Chain Armguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18448; -/* Remove non-Vanilla item Sergeant Major's Chain Armguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18449; -/* Remove non-Vanilla item Sergeant Major's Leather Armsplints */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18452; -/* Remove non-Vanilla item Sergeant Major's Leather Armsplints */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18453; -/* Remove non-Vanilla item Sergeant Major's Dragonhide Armsplints */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18454; -/* Remove non-Vanilla item Sergeant Major's Dragonhide Armsplints */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18455; -/* Remove non-Vanilla item Sergeant Major's Silk Cuffs */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18456; -/* Remove non-Vanilla item Sergeant Major's Silk Cuffs */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18457; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18854; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18856; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18857; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18858; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18859; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18862; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18863; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18864; -/* Remove non-Vanilla item Talisman of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 25829; -/* Remove non-Vanilla item Runed Ornate Ruby */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28118; -/* Remove non-Vanilla item Smooth Ornate Dawnstone */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28119; -/* Remove non-Vanilla item Gleaming Ornate Dawnstone */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28120; -/* Remove non-Vanilla item Potent Ornate Topaz */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28123; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28234; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28235; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28236; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28237; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28238; -/* Remove non-Vanilla item Band of Triumph */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28246; -/* Remove non-Vanilla item Band of Dominance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28247; -/* Remove non-Vanilla item Bold Ornate Ruby */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28362; -/* Remove non-Vanilla item Inscribed Ornate Topaz */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28363; -/* Remove non-Vanilla item Sergeant's Heavy Cape */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28379; -/* Remove non-Vanilla item Sergeant's Heavy Cloak */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28380; -/* Remove non-Vanilla item Insignia of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 29593; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30348; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30349; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30350; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30351; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31838; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31839; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31840; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31841; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31852; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31853; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31854; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31855; -/* Remove non-Vanilla item Star's Tears */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 32453; -/* Remove non-Vanilla item Star's Lament */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 32455; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 37864; -/* Remove non-Vanilla item Medallion of the Alliance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 38589; -/* Remove non-Vanilla item Greater Inscription of the Gladiator */ -DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 44957; - - -/* NPC Brave Stonehide - 12793 */ -/* Remove non-Vanilla item Senior Sergeant's Insignia */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 15200; -/* Remove non-Vanilla item Senior Sergeant's Insignia */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16335; -/* Remove non-Vanilla item Sergeant's Cloak */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16341; -/* Remove non-Vanilla item First Sergeant's Silk Cuffs */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16486; -/* Remove non-Vanilla item First Sergeant's Leather Armguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16497; -/* Remove non-Vanilla item First Sergeant's Mail Wristguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16532; -/* Remove non-Vanilla item Sergeant's Cloak */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18427; -/* Remove non-Vanilla item Senior Sergeant's Insignia */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18428; -/* Remove non-Vanilla item First Sergeant's Plate Bracers */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18429; -/* Remove non-Vanilla item First Sergeant's Plate Bracers */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18430; -/* Remove non-Vanilla item First Sergeant's Mail Wristguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18432; -/* Remove non-Vanilla item First Sergeant's Dragonhide Armguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18434; -/* Remove non-Vanilla item First Sergeant's Leather Armguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18435; -/* Remove non-Vanilla item First Sergeant's Dragonhide Armguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18436; -/* Remove non-Vanilla item First Sergeant's Silk Cuffs */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18437; -/* Remove non-Vanilla item Sergeant's Cloak */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18461; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18834; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18845; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18846; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18849; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18850; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18851; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18852; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18853; -/* Remove non-Vanilla item Talisman of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 24551; -/* Remove non-Vanilla item Runed Ornate Ruby */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28118; -/* Remove non-Vanilla item Smooth Ornate Dawnstone */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28119; -/* Remove non-Vanilla item Gleaming Ornate Dawnstone */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28120; -/* Remove non-Vanilla item Potent Ornate Topaz */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28123; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28239; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28240; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28241; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28242; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28243; -/* Remove non-Vanilla item Band of Triumph */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28246; -/* Remove non-Vanilla item Band of Dominance */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28247; -/* Remove non-Vanilla item Bold Ornate Ruby */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28362; -/* Remove non-Vanilla item Inscribed Ornate Topaz */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28363; -/* Remove non-Vanilla item Sergeant's Heavy Cloak */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28377; -/* Remove non-Vanilla item Sergeant's Heavy Cape */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28378; -/* Remove non-Vanilla item Insignia of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 29592; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30343; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30344; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30345; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30346; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31838; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31839; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31840; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31841; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31852; -/* Remove non-Vanilla item Major Combat Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31853; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31854; -/* Remove non-Vanilla item Major Combat Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31855; -/* Remove non-Vanilla item Star's Tears */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 32453; -/* Remove non-Vanilla item Star's Lament */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 32455; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 37865; -/* Remove non-Vanilla item Medallion of the Horde */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 38588; -/* Remove non-Vanilla item Greater Inscription of the Gladiator */ -DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 44957; - - -/* NPC Jase Farlane - 12941 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 3777, 0, 0); -/* Add Missing Vanilla item Pattern: Runic Leather Headband */ -DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 15756; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 15756, 1, 3600); - - -/* NPC Leonard Porter - 12942 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12942 AND `item` = 38426; - - -/* NPC Werg Thickblade - 12943 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12943 AND `item` = 38426; - - -/* NPC Zannok Hidepiercer - 12956 */ -/* Remove non-Vanilla item Eternium Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12956 AND `item` = 38426; - - -/* NPC Blimo Gadgetspring - 12957 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12957, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12957, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12957, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 12957 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12957, 3777, 0, 0); - - -/* NPC Gigget Zipcoil - 12958 */ -/* Remove non-Vanilla item Blacksmith Hammer */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 5956; -/* Remove non-Vanilla item Rune Thread */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 14341; -/* Remove non-Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 18256; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12958, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12958, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12958, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 12958 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12958, 3777, 0, 0); - - -/* NPC Nergal - 12959 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 12959 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 12959 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 12959 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12959, 4471, 0, 0); - - -/* NPC Christi Galvanis - 12960 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 12960 AND `item` = 28053; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 12960 AND `item` = 28060; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 12960 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12960, 4471, 0, 0); - - -/* NPC Thanthaldis Snowgleam - 13217 */ -/* Add Missing Vanilla item The Frostwolf Artichoke */ -DELETE FROM `npc_vendor` WHERE `entry` = 13217 AND `item` = 19484; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13217, 19484, 0, 0); - - -/* NPC Jekyll Flandring - 13219 */ -/* Add Missing Vanilla item Peeling the Onion */ -DELETE FROM `npc_vendor` WHERE `entry` = 13219 AND `item` = 19483; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13219, 19483, 0, 0); - - -/* NPC Penney Copperpinch - 13420 */ -/* Add Missing Vanilla item Fake Mistletoe */ -DELETE FROM `npc_vendor` WHERE `entry` = 13420 AND `item` = 17195; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13420, 17195, 0, 0); - - -/* NPC Wulmort Jinglepocket - 13433 */ -/* Add Missing Vanilla item Fake Mistletoe */ -DELETE FROM `npc_vendor` WHERE `entry` = 13433 AND `item` = 17195; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13433, 17195, 0, 0); - - -/* NPC Khole Jinglepocket - 13435 */ -/* Add Missing Vanilla item Fake Mistletoe */ -DELETE FROM `npc_vendor` WHERE `entry` = 13435 AND `item` = 17195; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13435, 17195, 0, 0); - - -/* NPC Brinna Valanaar - 14301 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14301 AND `item` = 28053; - - -/* NPC Field Repair Bot 74A - 14337 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 14337 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 14337 AND `item` = 40533; - - -/* NPC Zorbin Fandazzle - 14637 */ -/* Remove non-Vanilla item Hair Trigger */ -DELETE FROM `npc_vendor` WHERE `entry` = 14637 AND `item` = 39684; -/* Remove non-Vanilla item Walnut Stock */ -DELETE FROM `npc_vendor` WHERE `entry` = 14637 AND `item` = 40533; - - -/* NPC Otho Moji'ko - 14738 */ -/* Remove non-Vanilla item Simple Flour */ -DELETE FROM `npc_vendor` WHERE `entry` = 14738 AND `item` = 30817; -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 14738 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14738, 2692, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 14738 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14738, 3713, 0, 0); - - -/* NPC Mystic Yayo'jin - 14739 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 14739 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 14739 AND `item` = 22148; -/* Add Missing Vanilla item Arcane Dust */ -DELETE FROM `npc_vendor` WHERE `entry` = 14739 AND `item` = 17019; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14739, 17019, 0, 0); - -/* Remove non-Vanilla item Sentinel's Mail Leggings and Outrider's Lamellar Legguards */ -DELETE FROM `npc_vendor` WHERE `entry` = 14753 AND `item` = 30497; -DELETE FROM `npc_vendor` WHERE `entry` = 14754 AND `item` = 30498; - -/* Kelm Hargunth refuses to show his vendor inventory - issue solved, there is a reputation requirement - reverting the clone fix */ -SET @Kelm := 114754; - -DELETE FROM `creature_template` WHERE `entry` = @Kelm; -DELETE FROM `creature_template_locale` WHERE `entry` = @Kelm; -DELETE FROM `creature_template_model` WHERE `CreatureID` = @Kelm; -DELETE FROM `creature` WHERE `id1` = @Kelm; -DELETE FROM `creature_equip_template` WHERE `CreatureID` = @Kelm; -DELETE FROM `npc_vendor` WHERE `entry` = @Kelm; - -UPDATE `creature` SET `spawnMask` = 1 WHERE `id1` = 14754; - -UPDATE `creature_queststarter` SET `id` = 14754 WHERE `quest` IN (7866, 7867, 7868); -UPDATE `creature_questender` SET `id` = 14754 WHERE `quest` IN (7866, 7867, 7868); - - -/* NPC Lhara - 14846 */ -/* Remove non-Vanilla item Mountain Silversage */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 13465; -/* Remove non-Vanilla item Black Lotus */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 13468; -/* Remove non-Vanilla item Knothide Leather */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 21887; -/* Remove non-Vanilla item Mote of Air */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22572; -/* Remove non-Vanilla item Mote of Earth */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22573; -/* Remove non-Vanilla item Mote of Fire */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22574; -/* Remove non-Vanilla item Mote of Life */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22575; -/* Remove non-Vanilla item Mote of Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22576; -/* Remove non-Vanilla item Mote of Shadow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22577; -/* Remove non-Vanilla item Mote of Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22578; -/* Remove non-Vanilla item Ragveil */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22787; -/* Remove non-Vanilla item Terocone */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22789; -/* Remove non-Vanilla item Ancient Lichen */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22790; -/* Remove non-Vanilla item Netherbloom */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22791; -/* Remove non-Vanilla item Nightmare Vine */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22792; -/* Remove non-Vanilla item Mana Thistle */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22793; -/* Remove non-Vanilla item Fel Lotus */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22794; -/* Remove non-Vanilla item Living Ruby */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23436; -/* Remove non-Vanilla item Talasite */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23437; -/* Remove non-Vanilla item Star of Elune */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23438; -/* Remove non-Vanilla item Noble Topaz */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23439; -/* Remove non-Vanilla item Dawnstone */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23440; -/* Remove non-Vanilla item Nightseye */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23441; -/* Remove non-Vanilla item Heavy Knothide Leather */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23793; -/* Remove non-Vanilla item Fel Hide */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 25707; -/* Remove non-Vanilla item Thick Clefthoof Leather */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 25708; -/* Remove non-Vanilla item Borean Leather */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 33568; -/* Remove non-Vanilla item Goldclover */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36901; -/* Remove non-Vanilla item Adder's Tongue */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36903; -/* Remove non-Vanilla item Tiger Lily */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36904; -/* Remove non-Vanilla item Lichbloom */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36905; -/* Remove non-Vanilla item Icethorn */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36906; -/* Remove non-Vanilla item Talandra's Rose */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36907; -/* Remove non-Vanilla item Frost Lotus */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36908; -/* Remove non-Vanilla item Crystallized Air */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37700; -/* Remove non-Vanilla item Crystallized Earth */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37701; -/* Remove non-Vanilla item Crystallized Fire */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37702; -/* Remove non-Vanilla item Crystallized Shadow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37703; -/* Remove non-Vanilla item Crystallized Life */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37704; -/* Remove non-Vanilla item Crystallized Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37705; -/* Remove non-Vanilla item Deadnettle */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37921; -/* Remove non-Vanilla item Heavy Borean Leather */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 38425; -/* Remove non-Vanilla item Arctic Fur */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 44128; -/* Remove non-Vanilla item Northrend Mystery Gem Pouch */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 46812; -/* Add Missing Vanilla item Sylvan Shortbow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 11308; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 11308, 1, 43200); -/* Add Missing Vanilla item Dense Shortbow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 11305; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 11305, 1, 43200); -/* Add Missing Vanilla item Sturdy Recurve */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 11306; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 11306, 1, 43200); -/* Add Missing Vanilla item Fine Shortbow */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 11303; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 11303, 1, 43200); -/* Add Missing Vanilla item Salt */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 4289; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 4289, 0, 0); -/* Add Missing Vanilla item Daring Dirk */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 12248; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 12248, 1, 3600); -/* Add Missing Vanilla item Big Stick */ -DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 12251; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 12251, 1, 3600); - - -/* NPC Professor Thaddeus Paleo - 14847 */ -/* Remove non-Vanilla item Super Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 22829; -/* Remove non-Vanilla item Super Mana Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 22832; -/* Remove non-Vanilla item Scroll of Agility V */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 27498; -/* Remove non-Vanilla item Scroll of Intellect V */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 27499; -/* Remove non-Vanilla item Scroll of Protection V */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 27500; -/* Remove non-Vanilla item Scroll of Spirit V */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 27501; -/* Remove non-Vanilla item Scroll of Stamina V */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 27502; -/* Remove non-Vanilla item Scroll of Strength V */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 27503; -/* Remove non-Vanilla item Runic Healing Potion */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33447; -/* Remove non-Vanilla item Scroll of Agility VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33457; -/* Remove non-Vanilla item Scroll of Intellect VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33458; -/* Remove non-Vanilla item Scroll of Protection VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33459; -/* Remove non-Vanilla item Scroll of Spirit VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33460; -/* Remove non-Vanilla item Scroll of Stamina VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33461; -/* Remove non-Vanilla item Scroll of Strength VI */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 33462; -/* Remove non-Vanilla item Scroll of Intellect VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 37091; -/* Remove non-Vanilla item Scroll of Stamina VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 37093; -/* Remove non-Vanilla item Scroll of Spirit VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 37097; -/* Remove non-Vanilla item Scroll of Agility VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 43463; -/* Remove non-Vanilla item Scroll of Strength VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 43465; -/* Remove non-Vanilla item Scroll of Protection VII */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 43467; -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14847, 8925, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14847, 3372, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14847, 3371, 0, 0); -/* Add Missing Vanilla item Imbued Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 14847 AND `item` = 18256; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14847, 18256, 0, 0); - - -/* NPC Khur Hornstriker - 15175 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 22148; -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 2928, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 2930, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 3372, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 3777, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 5060, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 8924, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 15175 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15175, 8925, 0, 0); - - -/* NPC Kania - 15419 */ -/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ -DELETE FROM `npc_vendor` WHERE `entry` = 15419 AND `item` = 6342; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (15419, 6342, 1, 7200); - - -/* NPC Vi'el - 16015 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 16015 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 16015 AND `item` = 22148; - - -/* NPC Renn'az - 17598 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 17598 AND `item` = 28053; - - -/* NPC Engineer Torquespindle - 25082 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 25082 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 25082 AND `item` = 22148; - - -/* NPC Kurdrum Barleybeard - 5139 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 22148; -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 2928, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 3372, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 5060, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 8925, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 3777, 0, 0); -/* Add Missing Vanilla item Essence of Pain */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 2930; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 2930, 0, 0); -/* Add Missing Vanilla item Flash Powder */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 5140; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 5140, 0, 0); -/* Add Missing Vanilla item Deathweed */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 5173; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 5173, 0, 0); -/* Add Missing Vanilla item Essence of Agony */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 8923; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 8923, 0, 0); -/* Add Missing Vanilla item Dust of Deterioration */ -DELETE FROM `npc_vendor` WHERE `entry` = 5139 AND `item` = 8924; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5139, 8924, 0, 0); - - -/* NPC Svalbrad Farmountain - 5135 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5135 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5135, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 5135 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5135, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 5135 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5135, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 5135 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5135, 3777, 0, 0); - - -/* NPC Jonivera Farmountain - 5134 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 28053; -/* Remove non-Vanilla item Blackflight Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 28056; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 28060; -/* Remove non-Vanilla item Ironbite Shell */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 28061; -/* Remove non-Vanilla item Frostbite Bullets */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 41584; -/* Remove non-Vanilla item Terrorshaft Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 41586; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 5134 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5134, 4471, 0, 0); - - -/* NPC Brogus Thunderbrew - 4255 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27854; -/* Remove non-Vanilla item Mag'har Grainbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27855; -/* Remove non-Vanilla item Skethyl Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27856; -/* Remove non-Vanilla item Garadar Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27857; -/* Remove non-Vanilla item Sunspring Carp */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27858; -/* Remove non-Vanilla item Purified Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27860; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 28399; -/* Remove non-Vanilla item Mag'har Mild Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29448; -/* Remove non-Vanilla item Bladespire Bagel */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29449; -/* Remove non-Vanilla item Telaari Grapes */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29450; -/* Remove non-Vanilla item Clefthoof Ribs */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29451; -/* Remove non-Vanilla item Zangar Trout */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29452; -/* Remove non-Vanilla item Sour Goat Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33443; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33445; -/* Remove non-Vanilla item Crusty Flatbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33449; -/* Remove non-Vanilla item Fillet of Icefin */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33451; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33454; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35949; -/* Remove non-Vanilla item Sweet Potato Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35950; -/* Remove non-Vanilla item Poached Emperor Salmon */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35951; -/* Remove non-Vanilla item Briny Hardcheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35952; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35953; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35954; -/* Add Missing Vanilla item Tough Jerky */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 117; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 117, 0, 0); -/* Add Missing Vanilla item Refreshing Spring Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 159; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 159, 0, 0); -/* Add Missing Vanilla item Dalaran Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 414; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 414, 0, 0); -/* Add Missing Vanilla item Dwarven Mild */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 422; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 422, 0, 0); -/* Add Missing Vanilla item Slitherskin Mackerel */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 787; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 787, 0, 0); -/* Add Missing Vanilla item Ice Cold Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 1179; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 1179, 0, 0); -/* Add Missing Vanilla item Melon Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 1205; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 1205, 0, 0); -/* Add Missing Vanilla item Moonberry Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 1645; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 1645, 0, 0); -/* Add Missing Vanilla item Stormwind Brie */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 1707; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 1707, 0, 0); -/* Add Missing Vanilla item Sweet Nectar */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 1708; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 1708, 0, 0); -/* Add Missing Vanilla item Darnassian Bleu */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 2070; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 2070, 0, 0); -/* Add Missing Vanilla item Haunch of Meat */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 2287; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 2287, 0, 0); -/* Add Missing Vanilla item Mutton Chop */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 3770; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 3770, 0, 0); -/* Add Missing Vanilla item Wild Hog Shank */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 3771; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 3771, 0, 0); -/* Add Missing Vanilla item Fine Aged Cheddar */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 3927; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 3927, 0, 0); -/* Add Missing Vanilla item Shiny Red Apple */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4536; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4536, 0, 0); -/* Add Missing Vanilla item Tel'Abim Banana */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4537; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4537, 0, 0); -/* Add Missing Vanilla item Snapvine Watermelon */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4538; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4538, 0, 0); -/* Add Missing Vanilla item Goldenbark Apple */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4539; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4539, 0, 0); -/* Add Missing Vanilla item Tough Hunk of Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4540; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4540, 0, 0); -/* Add Missing Vanilla item Freshly Baked Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4541; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4541, 0, 0); -/* Add Missing Vanilla item Moist Cornbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4542; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4542, 0, 0); -/* Add Missing Vanilla item Mulgore Spice Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4544; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4544, 0, 0); -/* Add Missing Vanilla item Longjaw Mud Snapper */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4592; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4592, 0, 0); -/* Add Missing Vanilla item Bristle Whisker Catfish */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4593; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4593, 0, 0); -/* Add Missing Vanilla item Rockscale Cod */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4594; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4594, 0, 0); -/* Add Missing Vanilla item Cured Ham Steak */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4599; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4599, 0, 0); -/* Add Missing Vanilla item Soft Banana Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4601; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4601, 0, 0); -/* Add Missing Vanilla item Moon Harvest Pumpkin */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 4602; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 4602, 0, 0); -/* Add Missing Vanilla item Striped Yellowtail */ -DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 21552; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 21552, 0, 0); - - -/* NPC Gaelden Hammersmith - 13216 */ -/* Add Missing Vanilla item The Frostwolf Artichoke */ -DELETE FROM `npc_vendor` WHERE `entry` = 13216 AND `item` = 19484; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13216, 19484, 0, 0); - - -/* NPC Zora Guthrek - 2225 */ -/* Add Missing Vanilla item Hot Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2225 AND `item` = 2692; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2225, 2692, 0, 0); -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 2225 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2225, 2928, 0, 0); -/* Add Missing Vanilla item Soothing Spices */ -DELETE FROM `npc_vendor` WHERE `entry` = 2225 AND `item` = 3713; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2225, 3713, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 2225 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2225, 3777, 0, 0); - - -/* NPC Rarck - 3625 */ -/* Remove non-Vanilla item Wicked Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 28053; -/* Remove non-Vanilla item Blackflight Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 28056; -/* Remove non-Vanilla item Impact Shot */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 28060; -/* Remove non-Vanilla item Ironbite Shell */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 28061; -/* Remove non-Vanilla item Frostbite Bullets */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 41584; -/* Remove non-Vanilla item Terrorshaft Arrow */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 41586; -/* Add Missing Vanilla item Flint and Tinder */ -DELETE FROM `npc_vendor` WHERE `entry` = 3625 AND `item` = 4471; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3625, 4471, 0, 0); - - -/* NPC Shrye Ragefist - 10367 */ -/* Remove non-Vanilla item Smoked Talbuk Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27854; -/* Remove non-Vanilla item Mag'har Grainbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27855; -/* Remove non-Vanilla item Garadar Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27857; -/* Remove non-Vanilla item Sunspring Carp */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27858; -/* Remove non-Vanilla item Zangar Caps */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27859; -/* Remove non-Vanilla item Purified Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27860; -/* Remove non-Vanilla item Purified Zangar Caps */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27859; -/* Remove non-Vanilla item Filtered Draenic Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 28399; -/* Remove non-Vanilla item Mag'har Mild Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29448; -/* Remove non-Vanilla item Bladespire Bagel */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29449; -/* Remove non-Vanilla item Telaari Grapes */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29450; -/* Remove non-Vanilla item Clefthoof Ribs */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29451; -/* Remove non-Vanilla item Zangar Trout */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29452; -/* Remove non-Vanilla item Sporeggar Mushroom */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29453; -/* Remove non-Vanilla item Sour Goat Cheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33443; -/* Remove non-Vanilla item Pungent Seal Whey */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33444; -/* Remove non-Vanilla item Honeymint Tea */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33445; -/* Remove non-Vanilla item Crusty Flatbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33449; -/* Remove non-Vanilla item Fillet of Icefin */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33451; -/* Remove non-Vanilla item Honey-Spiced Lichen */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33452; -/* Remove non-Vanilla item Salted Venison */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33454; -/* Remove non-Vanilla item Sparkling Frostcap */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35947; -/* Remove non-Vanilla item Savory Snowplum */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35948; -/* Remove non-Vanilla item Tundra Berries */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35949; -/* Remove non-Vanilla item Sweet Potato Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35950; -/* Remove non-Vanilla item Poached Emperor Salmon */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35951; -/* Remove non-Vanilla item Briny Hardcheese */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35952; -/* Remove non-Vanilla item Mead Basted Caribou */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35953; -/* Remove non-Vanilla item Sweetened Goat's Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35954; -/* Add Missing Vanilla item Tough Jerky */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 117; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 117, 0, 0); -/* Add Missing Vanilla item Refreshing Spring Water */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 159; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 159, 0, 0); -/* Add Missing Vanilla item Dalaran Sharp */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 414; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 414, 0, 0); -/* Add Missing Vanilla item Dwarven Mild */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 422; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 422, 0, 0); -/* Add Missing Vanilla item Slitherskin Mackerel */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 787; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 787, 0, 0); -/* Add Missing Vanilla item Ice Cold Milk */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 1179; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 1179, 0, 0); -/* Add Missing Vanilla item Melon Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 1205; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 1205, 0, 0); -/* Add Missing Vanilla item Moonberry Juice */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 1645; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 1645, 0, 0); -/* Add Missing Vanilla item Stormwind Brie */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 1707; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 1707, 0, 0); -/* Add Missing Vanilla item Sweet Nectar */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 1708; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 1708, 0, 0); -/* Add Missing Vanilla item Darnassian Bleu */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 2070; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 2070, 0, 0); -/* Add Missing Vanilla item Haunch of Meat */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 2287; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 2287, 0, 0); -/* Add Missing Vanilla item Mutton Chop */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 3770; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 3770, 0, 0); -/* Add Missing Vanilla item Wild Hog Shank */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 3771; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 3771, 0, 0); -/* Add Missing Vanilla item Fine Aged Cheddar */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 3927; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 3927, 0, 0); -/* Add Missing Vanilla item Tough Hunk of Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4540; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4540, 0, 0); -/* Add Missing Vanilla item Freshly Baked Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4541; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4541, 0, 0); -/* Add Missing Vanilla item Moist Cornbread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4542; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4542, 0, 0); -/* Add Missing Vanilla item Mulgore Spice Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4544; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4544, 0, 0); -/* Add Missing Vanilla item Longjaw Mud Snapper */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4592; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4592, 0, 0); -/* Add Missing Vanilla item Bristle Whisker Catfish */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4593; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4593, 0, 0); -/* Add Missing Vanilla item Rockscale Cod */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4594; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4594, 0, 0); -/* Add Missing Vanilla item Cured Ham Steak */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4599; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4599, 0, 0); -/* Add Missing Vanilla item Soft Banana Bread */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4601; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4601, 0, 0); -/* Add Missing Vanilla item Forest Mushroom Cap */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4604; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4604, 0, 0); -/* Add Missing Vanilla item Red-speckled Mushroom */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4605; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4605, 0, 0); -/* Add Missing Vanilla item Spongy Morel */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4606; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4606, 0, 0); -/* Add Missing Vanilla item Delicious Cave Mold */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4607; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4607, 0, 0); -/* Add Missing Vanilla item Raw Black Truffle */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 4608; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 4608, 0, 0); -/* Add Missing Vanilla item Striped Yellowtail */ -DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 21552; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 21552, 0, 0); - - -/* NPC Yaelika Farclaw - 10364 */ -/* Remove non-Vanilla item Flintweed Seed */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 22147; -/* Remove non-Vanilla item Wild Quillvine */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 22148; -/* Add Missing Vanilla item Dust of Decay */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 2928; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364, 2928, 0, 0); -/* Add Missing Vanilla item Empty Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 3371; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364, 3371, 0, 0); -/* Add Missing Vanilla item Leaded Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 3372; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364, 3372, 0, 0); -/* Add Missing Vanilla item Thieves' Tools */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 5060; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364, 5060, 0, 0); -/* Add Missing Vanilla item Crystal Vial */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 8925; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364, 8925, 0, 0); -/* Add Missing Vanilla item Lethargy Root */ -DELETE FROM `npc_vendor` WHERE `entry` = 10364 AND `item` = 3777; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10364, 3777, 0, 0); - - -/* NPC Seersa Copperpinch - 13432 */ -/* Add Missing Vanilla item Fake Mistletoe */ -DELETE FROM `npc_vendor` WHERE `entry` = 13432 AND `item` = 17195; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13432, 17195, 0, 0); - -/* Delete Simple Flour from TBC pre-60 vendors - they should technically have it but it is a catch-up mechanic so wait until TBC areas for it to be available */ -DELETE FROM `npc_vendor` WHERE `entry` IN (17246, 16253, 16262, 16261, 16677, 17490, 16718) AND `item` = 30817; - /* Remove Wicked Arrow and Impact Shot from vendors - these skip all end-game vanilla ammo progression */ DELETE FROM `npc_vendor` WHERE `item` IN (28060, 28053); + + +/* Add missing vendor items */ + +DELETE FROM `npc_vendor` WHERE `item` = 1179 AND `entry` IN (4170, 4241); +DELETE FROM `npc_vendor` WHERE `item` = 2324 AND `entry` IN (989, 1286, 3367, 4229, 4561, 4775, 5163, 8363); +DELETE FROM `npc_vendor` WHERE `item` = 2511 AND `entry` IN (5814); +DELETE FROM `npc_vendor` WHERE `item` = 2605 AND `entry` IN (1286, 3367, 4229, 4561, 4775, 8363); +DELETE FROM `npc_vendor` WHERE `item` = 2692 AND `entry` IN (777, 843, 960, 989, 1148, 1286, 1456, 1465, 2225, 2381, 2393, 2397, 2664, 2810, 2821, 3027, 3085, 3367, 3400, 3482, 3499, 3556, 3779, + 3954, 3955, 4194, 4223, 4229, 4265, 4553, 4561, 4775, 4877, 4897, 5100, 5135, 5160, 5163, 5483, 5817, 6301, 7947, 8145, 8307, 8363, 8934, + 11189, 12022, 12028, 12033, 12043, 12245, 12941, 12957, 12958, 14738, 15179); +DELETE FROM `npc_vendor` WHERE `item` = 2928 AND `entry` IN (777, 989, 1148, 1286, 1325, 1326, 1457, 2225, 2622, 2810, 2821, 3090, 3135, 3334, 3367, 3490, 3499, 3542, 3551, 3556, 3561, + 3779, 3954, 3955, 3969, 4229, 4561, 4585, 4775, 4897, 5135, 5139, 5169, 5817, 6301, 6779, 7947, 8145, 8363, 8934, + 10364, 11189, 12022, 12028, 12043, 12245, 12941, 12957, 12958, 15175, 15179); +DELETE FROM `npc_vendor` WHERE `item` = 2930 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 3371 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 14847, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 3372 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 14847, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 3713 AND `entry` IN (960, 989, 1148, 1286, 1456, 2225, 2381, 2393, 2397, 2664, 2810, 2821, 3027, 3085, 3367, 3400, 3779, 3954, 3955, + 4223, 4229, 4265, 4553, 4561, 4775, 4877, 4897, 5100, 5135, 5160, 5163, 5483, 5817, 6301, 7947, 8145, 8307, 8363, 8934, + 11189, 12022, 12028, 12033, 12245, 12941, 12957, 12958, 14738, 15179); +DELETE FROM `npc_vendor` WHERE `item` = 3777 AND `entry` IN (989, 1148, 1286, 1325, 1326, 1457, 2225, 2622, 2810, 2821, 3090, 3135, 3334, 3367, 3490, 3542, 3551, 3561, + 3779, 3954, 3955, 3969, 4229, 4561, 4585, 4897, 5135, 5139, 5169, 5817, 6301, 6779, 7947, 8145, 8363, 8934, + 10364, 11189, 12022, 12028, 12245, 12941, 12957, 12958, 15175, 15179); +DELETE FROM `npc_vendor` WHERE `item` = 4471 AND `entry` IN (151, 227, 491, 734, 791, 1149, 1250, 1285, 1448, 1452, 1682, 1685, 1691, 2084, 2134, 2140, 2401, 2803, 2806, 2808, 2820, 2908, + 3076, 3164, 3186, 3313, 3350, 3481, 3498, 3541, 3608, 3625, 3962, 4082, 4084, 4170, 4182, 4241, 4876, 4896, 5101, 5134, + 7942, 8139, 8362, 11038, 11555, 12021, 12027, 12246, 12959, 12960, 14624, 15174); +DELETE FROM `npc_vendor` WHERE `item` = 4833 AND `entry` IN (4890); +DELETE FROM `npc_vendor` WHERE `item` = 4835 AND `entry` IN (4890); +DELETE FROM `npc_vendor` WHERE `item` = 5048 AND `entry` IN (4170); +DELETE FROM `npc_vendor` WHERE `item` = 5060 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 5140 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 5173 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 6217 AND `entry` IN (5138); +DELETE FROM `npc_vendor` WHERE `item` = 6260 AND `entry` IN (1286, 3367, 4229, 4561, 4775, 8363); +DELETE FROM `npc_vendor` WHERE `item` = 6342 AND `entry` IN (1318, 3012, 3346, 4228, 4617, 5158, 5757, 5758, 15419); +DELETE FROM `npc_vendor` WHERE `item` = 6529 AND `entry` IN (1286, 3367, 4229, 4561, 4775, 8363); +DELETE FROM `npc_vendor` WHERE `item` = 8923 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 8924 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 8925 AND `entry` IN (1325, 1326, 1457, 2622, 3090, 3135, 3334, 3490, 3542, 3551, 3561, 3969, 4585, 5139, 5169, 6779, 10364, 14847, 15175); +DELETE FROM `npc_vendor` WHERE `item` = 13477 AND `entry` IN (4226, 4610); +DELETE FROM `npc_vendor` WHERE `item` = 13480 AND `entry` IN (11188); +DELETE FROM `npc_vendor` WHERE `item` = 14481 AND `entry` IN (11189); +DELETE FROM `npc_vendor` WHERE `item` = 14488 AND `entry` IN (7940); +DELETE FROM `npc_vendor` WHERE `item` = 15756 AND `entry` IN (12941); +DELETE FROM `npc_vendor` WHERE `item` = 16072 AND `entry` IN (3955); +DELETE FROM `npc_vendor` WHERE `item` = 16041 AND `entry` IN (3413, 5175); +DELETE FROM `npc_vendor` WHERE `item` = 16042 AND `entry` IN (3413, 5175); +DELETE FROM `npc_vendor` WHERE `item` = 16047 AND `entry` IN (11185); +DELETE FROM `npc_vendor` WHERE `item` = 16072 AND `entry` IN (12033); +DELETE FROM `npc_vendor` WHERE `item` = 16083 AND `entry` IN (2626); +DELETE FROM `npc_vendor` WHERE `item` = 16084 AND `entry` IN (2805, 13476); +DELETE FROM `npc_vendor` WHERE `item` = 16112 AND `entry` IN (2805, 13476); +DELETE FROM `npc_vendor` WHERE `item` = 16113 AND `entry` IN (2805, 13476); +DELETE FROM `npc_vendor` WHERE `item` = 16171 AND `entry` IN (3961); +DELETE FROM `npc_vendor` WHERE `item` = 17019 AND `entry` IN (958, 983, 1257, 1275, 1307, 1308, 1351, 1463, 1673, 2805, 3323, 3335, 3351, 3490, 3542, 3562, 3970, 4083, 4220, 4562, 4575, 4878, 5110, 5151, 8361, 14739); +DELETE FROM `npc_vendor` WHERE `item` = 17195 AND `entry` IN (13420, 13429, 13432, 13433, 13435); +DELETE FROM `npc_vendor` WHERE `item` = 18256 AND `entry` IN (14847); +DELETE FROM `npc_vendor` WHERE `item` = 18651 AND `entry` IN (2685); +DELETE FROM `npc_vendor` WHERE `item` = 19483 AND `entry` IN (13219); +DELETE FROM `npc_vendor` WHERE `item` = 19484 AND `entry` IN (13216, 13217); + +DELETE FROM `npc_vendor` WHERE `entry` = 1459 AND `item` IN (2101, 2504, 2505, 2506, 3027, 3030); +DELETE FROM `npc_vendor` WHERE `entry` = 6028 AND `item` IN (2417, 2418, 2419, 2420, 2421, 2422, 2448, 3891, 17189); +DELETE FROM `npc_vendor` WHERE `entry` = 6738 AND `item` IN (4536, 4537, 4538, 4539, 4602, 8953); +DELETE FROM `npc_vendor` WHERE `entry` = 9636 AND `item` IN (2325, 2604, 2692, 2928, 3713, 3777, 4340, 4341, 4342, 6256, 6529, 7005, 8343, 8925); + +-- Alterac Valley +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` IN +(117, 159, 414, 422, 787, 1179, 1205, 1645, 1707, 1708, 2070, 2287, 3770, 3771, 3927, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4544, 4592, 4593, 4594, 4599, 4601, 4602, 21552); +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` IN +(117, 159, 414, 422, 787, 1179, 1205, 1645, 1707, 1708, 2070, 2287, 3770, 3771, 3927, 4540, 4541, 4542, 4544, 4592, 4593, 4594, 4599, 4601, 4604, 4605, 4606, 4607, 4608, 21552); + +-- Darkmoon Faire +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` IN (4289, 11303, 11305, 11306, 11308, 12248, 12251); + + +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES +-- +(151, 4471, 0, 0), -- Brog Hamfist, Flint and Tinder +(227, 4471, 0, 0), -- Mabel Solaj, Flint and Tinder +(491, 4471, 0, 0), -- Quartermaster Lewis, Flint and Tinder +(734, 4471, 0, 0), -- Corporal Bluth, Flint and Tinder +(777, 2692, 0, 0), -- Amy Davenport, Hot Spices +(777, 2928, 0, 0), -- Amy Davenport, Dust of Decay +(791, 4471, 0, 0), -- Lindsay Ashlock, Flint and Tinder +(843, 2692, 0, 0), -- Gina MacGregor, Hot Spices +(958, 17019, 0, 0), -- Dawn Brightstar, Arcane Dust +(960, 2692, 0, 0), -- Gunder Thornbush, Hot Spices +(960, 3713, 0, 0), -- Gunder Thornbush, Soothing Spices +(983, 17019, 0, 0), -- Thultazor, Arcane Dust +(989, 2324, 0, 0), -- Banalash, Bleach +(989, 2692, 0, 0), -- Banalash, Hot Spices +(989, 2928, 0, 0), -- Banalash, Dust of Decay +(989, 3713, 0, 0), -- Banalash, Soothing Spices +(989, 3777, 0, 0), -- Banalash, Lethargy Root +(1148, 2692, 0, 0), -- Nerrist, Hot Spices +(1148, 2928, 0, 0), -- Nerrist, Dust of Decay +(1148, 3713, 0, 0), -- Nerrist, Soothing Spices +(1148, 3777, 0, 0), -- Nerrist, Lethargy Root +(1149, 4471, 0, 0), -- Uthok, Flint and Tinder +(1250, 4471, 0, 0), -- Drake Lindgren, Flint and Tinder +(1257, 17019, 0, 0), -- Keldric Boucher, Arcane Dust +(1275, 17019, 0, 0), -- Kyra Boucher, Arcane Dust +(1285, 4471, 0, 0), -- Thurman Mullby, Flint and Tinder +(1286, 2324, 0, 0), -- Edna Mullby, Bleach +(1286, 2605, 0, 0), -- Edna Mullby, Green Dye +(1286, 2692, 0, 0), -- Edna Mullby, Hot Spices +(1286, 2928, 0, 0), -- Edna Mullby, Dust of Decay +(1286, 3713, 0, 0), -- Edna Mullby, Soothing Spices +(1286, 3777, 0, 0), -- Edna Mullby, Lethargy Root +(1286, 6260, 0, 0), -- Edna Mullby, Blue Dye +(1286, 6529, 0, 0), -- Edna Mullby, Shiny Bauble +(1307, 17019, 0, 0), -- Charys Yserian, Arcane Dust +(1308, 17019, 0, 0), -- Owen Vaughn, Arcane Dust +(1318, 6342, 1, 7200), -- Jessara Cordell, Formula: Enchant Chest - Minor Mana +(1325, 2928, 0, 0), -- Jasper Fel, Dust of Decay +(1325, 2930, 0, 0), -- Jasper Fel, Essence of Pain +(1325, 3371, 0, 0), -- Jasper Fel, Empty Vial +(1325, 3372, 0, 0), -- Jasper Fel, Leaded Vial +(1325, 3777, 0, 0), -- Jasper Fel, Lethargy Root +(1325, 5060, 0, 0), -- Jasper Fel, Thieves' Tools +(1325, 5140, 0, 0), -- Jasper Fel, Flash Powder +(1325, 5173, 0, 0), -- Jasper Fel, Deathweed +(1325, 8923, 0, 0), -- Jasper Fel, Essence of Agony +(1325, 8924, 0, 0), -- Jasper Fel, Dust of Deterioration +(1325, 8925, 0, 0), -- Jasper Fel, Crystal Vial +(1326, 2928, 0, 0), -- Sloan McCoy, Dust of Decay +(1326, 2930, 0, 0), -- Sloan McCoy, Essence of Pain +(1326, 3371, 0, 0), -- Sloan McCoy, Empty Vial +(1326, 3372, 0, 0), -- Sloan McCoy, Leaded Vial +(1326, 3777, 0, 0), -- Sloan McCoy, Lethargy Root +(1326, 5060, 0, 0), -- Sloan McCoy, Thieves' Tools +(1326, 5140, 0, 0), -- Sloan McCoy, Flash Powder +(1326, 5173, 0, 0), -- Sloan McCoy, Deathweed +(1326, 8923, 0, 0), -- Sloan McCoy, Essence of Agony +(1326, 8924, 0, 0), -- Sloan McCoy, Dust of Deterioration +(1326, 8925, 0, 0), -- Sloan McCoy, Crystal Vial +(1351, 17019, 0, 0), -- Brother Cassius, Arcane Dust +(1448, 4471, 0, 0), -- Neal Allen, Flint and Tinder +(1452, 4471, 0, 0), -- Gruham Rumdnul, Flint and Tinder +(1456, 2692, 0, 0), -- Kersok Prond, Hot Spices +(1456, 3713, 0, 0), -- Kersok Prond, Soothing Spices +(1457, 2928, 0, 0), -- Samor Festivus, Dust of Decay +(1457, 2930, 0, 0), -- Samor Festivus, Essence of Pain +(1457, 3371, 0, 0), -- Samor Festivus, Empty Vial +(1457, 3372, 0, 0), -- Samor Festivus, Leaded Vial +(1457, 3777, 0, 0), -- Samor Festivus, Lethargy Root +(1457, 5060, 0, 0), -- Samor Festivus, Thieves' Tools +(1457, 5140, 0, 0), -- Samor Festivus, Flash Powder +(1457, 5173, 0, 0), -- Samor Festivus, Deathweed +(1457, 8923, 0, 0), -- Samor Festivus, Essence of Agony +(1457, 8924, 0, 0), -- Samor Festivus, Dust of Deterioration +(1457, 8925, 0, 0), -- Samor Festivus, Crystal Vial +(1459, 2101, 0, 0), -- Naela Trance, Light Quiver +(1459, 2504, 0, 0), -- Naela Trance, Worn Shortbow +(1459, 2505, 0, 0), -- Naela Trance, Polished Shortbow +(1459, 2506, 0, 0), -- Naela Trance, Hornwood Recurve Bow +(1459, 3027, 0, 0), -- Naela Trance, Heavy Recurve Bow +(1459, 3030, 0, 0), -- Naela Trance, Razor Arrow +(1463, 17019, 0, 0), -- Falkan Armonis, Arcane Dust +(1465, 2692, 0, 0), -- Drac Roughcut, Hot Spices +(1673, 17019, 0, 0), -- Alyssa Eva, Arcane Dust +(1682, 4471, 0, 0), -- Yanni Stoutheart, Flint and Tinder +(1685, 4471, 0, 0), -- Xandar Goodbeard, Flint and Tinder +(1691, 4471, 0, 0), -- Kreg Bilmn, Flint and Tinder +(2084, 4471, 0, 0), -- Natheril Raincaller, Flint and Tinder +(2134, 4471, 0, 0), -- Mrs. Winters, Flint and Tinder +(2140, 4471, 0, 0), -- Edwin Harly, Flint and Tinder +(2225, 2692, 0, 0), -- Zora Guthrek, Hot Spices +(2225, 2928, 0, 0), -- Zora Guthrek, Dust of Decay +(2225, 3713, 0, 0), -- Zora Guthrek, Soothing Spices +(2225, 3777, 0, 0), -- Zora Guthrek, Lethargy Root +(2381, 2692, 0, 0), -- Micha Yance, Hot Spices +(2381, 3713, 0, 0), -- Micha Yance, Soothing Spices +(2393, 2692, 0, 0), -- Christoph Jeffcoat, Hot Spices +(2393, 3713, 0, 0), -- Christoph Jeffcoat, Soothing Spices +(2397, 2692, 0, 0), -- Derak Nightfall, Hot Spices +(2397, 3713, 0, 0), -- Derak Nightfall, Soothing Spices +(2401, 4471, 0, 0), -- Kayren Soothallow, Flint and Tinder +(2622, 2928, 0, 0), -- Sly Garrett, Dust of Decay +(2622, 2930, 0, 0), -- Sly Garrett, Essence of Pain +(2622, 3371, 0, 0), -- Sly Garrett, Empty Vial +(2622, 3372, 0, 0), -- Sly Garrett, Leaded Vial +(2622, 3777, 0, 0), -- Sly Garrett, Lethargy Root +(2622, 5060, 0, 0), -- Sly Garrett, Thieves' Tools +(2622, 5140, 0, 0), -- Sly Garrett, Flash Powder +(2622, 5173, 0, 0), -- Sly Garrett, Deathweed +(2622, 8923, 0, 0), -- Sly Garrett, Essence of Agony +(2622, 8924, 0, 0), -- Sly Garrett, Dust of Deterioration +(2622, 8925, 0, 0), -- Sly Garrett, Crystal Vial +(2626, 16083, 0, 0), -- Old Man Heming, Expert Fishing - The Bass and You +(2664, 2692, 0, 0), -- Kelsey Yance, Hot Spices +(2664, 3713, 0, 0), -- Kelsey Yance, Soothing Spices +(2685, 18651, 1, 43200), -- Mazk Snipeshot, Schematic: Truesilver Transformer +(2803, 4471, 0, 0), -- Malygen, Flint and Tinder +(2805, 16084, 0, 0), -- Deneb Walker, Expert First Aid - Under Wraps +(2805, 16112, 0, 0), -- Deneb Walker, Manual: Heavy Silk Bandage +(2805, 16113, 0, 0), -- Deneb Walker, Manual: Mageweave Bandage +(2805, 17019, 0, 0), -- Deneb Walker, Arcane Dust +(2806, 4471, 0, 0), -- Bale, Flint and Tinder +(2808, 4471, 0, 0), -- Vikki Lonsav, Flint and Tinder +(2810, 2692, 0, 0), -- Hammon Karwn, Hot Spices +(2810, 2928, 0, 0), -- Hammon Karwn, Dust of Decay +(2810, 3713, 0, 0), -- Hammon Karwn, Soothing Spices +(2810, 3777, 0, 0), -- Hammon Karwn, Lethargy Root +(2820, 4471, 0, 0), -- Graud, Flint and Tinder +(2821, 2692, 0, 0), -- Keena, Hot Spices +(2821, 2928, 0, 0), -- Keena, Dust of Decay +(2821, 3713, 0, 0), -- Keena, Soothing Spices +(2821, 3777, 0, 0), -- Keena, Lethargy Root +(2908, 4471, 0, 0), -- Grawl, Flint and Tinder +(3012, 6342, 1, 7200), -- Nata Dawnstrider, Formula: Enchant Chest - Minor Mana +(3027, 2692, 0, 0), -- Naal Mistrunner, Hot Spices +(3027, 3713, 0, 0), -- Naal Mistrunner, Soothing Spices +(3076, 4471, 0, 0), -- Moorat Longstride, Flint and Tinder +(3085, 2692, 0, 0), -- Gloria Femmel, Hot Spices +(3085, 3713, 0, 0), -- Gloria Femmel, Soothing Spices +(3090, 2928, 0, 0), -- Gerald Crawley, Dust of Decay +(3090, 2930, 0, 0), -- Gerald Crawley, Essence of Pain +(3090, 3371, 0, 0), -- Gerald Crawley, Empty Vial +(3090, 3372, 0, 0), -- Gerald Crawley, Leaded Vial +(3090, 3777, 0, 0), -- Gerald Crawley, Lethargy Root +(3090, 5060, 0, 0), -- Gerald Crawley, Thieves' Tools +(3090, 5140, 0, 0), -- Gerald Crawley, Flash Powder +(3090, 5173, 0, 0), -- Gerald Crawley, Deathweed +(3090, 8923, 0, 0), -- Gerald Crawley, Essence of Agony +(3090, 8924, 0, 0), -- Gerald Crawley, Dust of Deterioration +(3090, 8925, 0, 0), -- Gerald Crawley, Crystal Vial +(3135, 2928, 0, 0), -- Malissa, Dust of Decay +(3135, 2930, 0, 0), -- Malissa, Essence of Pain +(3135, 3371, 0, 0), -- Malissa, Empty Vial +(3135, 3372, 0, 0), -- Malissa, Leaded Vial +(3135, 3777, 0, 0), -- Malissa, Lethargy Root +(3135, 5060, 0, 0), -- Malissa, Thieves' Tools +(3135, 5140, 0, 0), -- Malissa, Flash Powder +(3135, 5173, 0, 0), -- Malissa, Deathweed +(3135, 8923, 0, 0), -- Malissa, Essence of Agony +(3135, 8924, 0, 0), -- Malissa, Dust of Deterioration +(3135, 8925, 0, 0), -- Malissa, Crystal Vial +(3164, 4471, 0, 0), -- Jark, Flint and Tinder +(3186, 4471, 0, 0), -- K'waii, Flint and Tinder +(3313, 4471, 0, 0), -- Trak'gen, Flint and Tinder +(3323, 17019, 0, 0), -- Horthus, Arcane Dust +(3334, 2928, 0, 0), -- Rekkul, Dust of Decay +(3334, 2930, 0, 0), -- Rekkul, Essence of Pain +(3334, 3371, 0, 0), -- Rekkul, Empty Vial +(3334, 3372, 0, 0), -- Rekkul, Leaded Vial +(3334, 3777, 0, 0), -- Rekkul, Lethargy Root +(3334, 5060, 0, 0), -- Rekkul, Thieves' Tools +(3334, 5140, 0, 0), -- Rekkul, Flash Powder +(3334, 5173, 0, 0), -- Rekkul, Deathweed +(3334, 8923, 0, 0), -- Rekkul, Essence of Agony +(3334, 8924, 0, 0), -- Rekkul, Dust of Deterioration +(3334, 8925, 0, 0), -- Rekkul, Crystal Vial +(3335, 17019, 0, 0), -- Hagrus, Arcane Dust +(3346, 6342, 1, 7200), -- Kithas, Formula: Enchant Chest - Minor Mana +(3350, 4471, 0, 0), -- Asoran, Flint and Tinder +(3351, 17019, 0, 0), -- Magenius, Arcane Dust +(3367, 2324, 0, 0), -- Felika, Bleach +(3367, 2605, 0, 0), -- Felika, Green Dye +(3367, 2692, 0, 0), -- Felika, Hot Spices +(3367, 2928, 0, 0), -- Felika, Dust of Decay +(3367, 3713, 0, 0), -- Felika, Soothing Spices +(3367, 3777, 0, 0), -- Felika, Lethargy Root +(3367, 6260, 0, 0), -- Felika, Blue Dye +(3367, 6529, 0, 0), -- Felika, Shiny Bauble +(3400, 2692, 0, 0), -- Xen'to, Hot Spices +(3400, 3713, 0, 0), -- Xen'to, Soothing Spices +(3413, 16041, 1, 10800), -- Sovik, Schematic: Thorium Grenade +(3413, 16042, 1, 10800), -- Sovik, Schematic: Thorium Widget +(3481, 4471, 0, 0), -- Barg, Flint and Tinder +(3482, 2692, 0, 0), -- Tari'qa, Hot Spices +(3490, 2928, 0, 0), -- Hula'mahi, Dust of Decay +(3490, 2930, 0, 0), -- Hula'mahi, Essence of Pain +(3490, 3371, 0, 0), -- Hula'mahi, Empty Vial +(3490, 3372, 0, 0), -- Hula'mahi, Leaded Vial +(3490, 3777, 0, 0), -- Hula'mahi, Lethargy Root +(3490, 5060, 0, 0), -- Hula'mahi, Thieves' Tools +(3490, 5140, 0, 0), -- Hula'mahi, Flash Powder +(3490, 5173, 0, 0), -- Hula'mahi, Deathweed +(3490, 8923, 0, 0), -- Hula'mahi, Essence of Agony +(3490, 8924, 0, 0), -- Hula'mahi, Dust of Deterioration +(3490, 8925, 0, 0), -- Hula'mahi, Crystal Vial +(3490, 17019, 0, 0), -- Hula'mahi, Arcane Dust +(3498, 4471, 0, 0), -- Jazzik, Flint and Tinder +(3499, 2692, 0, 0), -- Ranik, Hot Spices +(3499, 2928, 0, 0), -- Ranik, Dust of Decay +(3541, 4471, 0, 0), -- Sarah Raycroft, Flint and Tinder +(3542, 2928, 0, 0), -- Jaysin Lanyda, Dust of Decay +(3542, 2930, 0, 0), -- Jaysin Lanyda, Essence of Pain +(3542, 3371, 0, 0), -- Jaysin Lanyda, Empty Vial +(3542, 3372, 0, 0), -- Jaysin Lanyda, Leaded Vial +(3542, 3777, 0, 0), -- Jaysin Lanyda, Lethargy Root +(3542, 5060, 0, 0), -- Jaysin Lanyda, Thieves' Tools +(3542, 5140, 0, 0), -- Jaysin Lanyda, Flash Powder +(3542, 5173, 0, 0), -- Jaysin Lanyda, Deathweed +(3542, 8923, 0, 0), -- Jaysin Lanyda, Essence of Agony +(3542, 8924, 0, 0), -- Jaysin Lanyda, Dust of Deterioration +(3542, 8925, 0, 0), -- Jaysin Lanyda, Crystal Vial +(3542, 17019, 0, 0), -- Jaysin Lanyda, Arcane Dust +(3551, 2928, 0, 0), -- Patrice Dwyer, Dust of Decay +(3551, 2930, 0, 0), -- Patrice Dwyer, Essence of Pain +(3551, 3371, 0, 0), -- Patrice Dwyer, Empty Vial +(3551, 3372, 0, 0), -- Patrice Dwyer, Leaded Vial +(3551, 3777, 0, 0), -- Patrice Dwyer, Lethargy Root +(3551, 5060, 0, 0), -- Patrice Dwyer, Thieves' Tools +(3551, 5140, 0, 0), -- Patrice Dwyer, Flash Powder +(3551, 5173, 0, 0), -- Patrice Dwyer, Deathweed +(3551, 8923, 0, 0), -- Patrice Dwyer, Essence of Agony +(3551, 8924, 0, 0), -- Patrice Dwyer, Dust of Deterioration +(3551, 8925, 0, 0), -- Patrice Dwyer, Crystal Vial +(3556, 2692, 0, 0), -- Andrew Hilbert, Hot Spices +(3556, 2928, 0, 0), -- Andrew Hilbert, Dust of Decay +(3561, 2928, 0, 0), -- Kyrai, Dust of Decay +(3561, 2930, 0, 0), -- Kyrai, Essence of Pain +(3561, 3371, 0, 0), -- Kyrai, Empty Vial +(3561, 3372, 0, 0), -- Kyrai, Leaded Vial +(3561, 3777, 0, 0), -- Kyrai, Lethargy Root +(3561, 5060, 0, 0), -- Kyrai, Thieves' Tools +(3561, 5140, 0, 0), -- Kyrai, Flash Powder +(3561, 5173, 0, 0), -- Kyrai, Deathweed +(3561, 8923, 0, 0), -- Kyrai, Essence of Agony +(3561, 8924, 0, 0), -- Kyrai, Dust of Deterioration +(3561, 8925, 0, 0), -- Kyrai, Crystal Vial +(3562, 17019, 0, 0), -- Alaindia, Arcane Dust +(3608, 4471, 0, 0), -- Aldia, Flint and Tinder +(3625, 4471, 0, 0), -- Rarck, Flint and Tinder +(3779, 2692, 0, 0), -- Syurana, Hot Spices +(3779, 2928, 0, 0), -- Syurana, Dust of Decay +(3779, 3713, 0, 0), -- Syurana, Soothing Spices +(3779, 3777, 0, 0), -- Syurana, Lethargy Root +(3954, 2692, 0, 0), -- Dalria, Hot Spices +(3954, 2928, 0, 0), -- Dalria, Dust of Decay +(3954, 3713, 0, 0), -- Dalria, Soothing Spices +(3954, 3777, 0, 0), -- Dalria, Lethargy Root +(3955, 2692, 0, 0), -- Shandrina, Hot Spices +(3955, 2928, 0, 0), -- Shandrina, Dust of Decay +(3955, 3713, 0, 0), -- Shandrina, Soothing Spices +(3955, 3777, 0, 0), -- Shandrina, Lethargy Root +(3955, 16072, 0, 0), -- Shandrina, Expert Cookbook +(3961, 16171, 0, 0), -- Maliynn, Shinsollo +(3962, 4471, 0, 0), -- Haljan Oakheart, Flint and Tinder +(3969, 2928, 0, 0), -- Fahran Silentblade, Dust of Decay +(3969, 2930, 0, 0), -- Fahran Silentblade, Essence of Pain +(3969, 3371, 0, 0), -- Fahran Silentblade, Empty Vial +(3969, 3372, 0, 0), -- Fahran Silentblade, Leaded Vial +(3969, 3777, 0, 0), -- Fahran Silentblade, Lethargy Root +(3969, 5060, 0, 0), -- Fahran Silentblade, Thieves' Tools +(3969, 5140, 0, 0), -- Fahran Silentblade, Flash Powder +(3969, 5173, 0, 0), -- Fahran Silentblade, Deathweed +(3969, 8923, 0, 0), -- Fahran Silentblade, Essence of Agony +(3969, 8924, 0, 0), -- Fahran Silentblade, Dust of Deterioration +(3969, 8925, 0, 0), -- Fahran Silentblade, Crystal Vial +(3970, 17019, 0, 0), -- Llana, Arcane Dust +(4082, 4471, 0, 0), -- Grawnal, Flint and Tinder +(4083, 17019, 0, 0), -- Jeeda, Arcane Dust +(4084, 4471, 0, 0), -- Chylina, Flint and Tinder +(4170, 4471, 0, 0), -- Ellandrieth, Flint and Tinder +(4170, 1179, 0, 0), -- Ellandrieth, Ice Cold Milk +(4170, 5048, 0, 0), -- Ellandrieth, Blue Ribboned Wrapping Paper +(4182, 4471, 0, 0), -- Dalmond, Flint and Tinder +(4194, 2692, 0, 0), -- Ullanna, Hot Spices +(4220, 17019, 0, 0), -- Cyroen, Arcane Dust +(4223, 2692, 0, 0), -- Fyldan, Hot Spices +(4223, 3713, 0, 0), -- Fyldan, Soothing Spices +(4229, 6529, 0, 0), -- Mythrin'dir, Shiny Bauble +(4229, 2324, 0, 0), -- Mythrin'dir, Bleach +(4229, 2605, 0, 0), -- Mythrin'dir, Green Dye +(4229, 2692, 0, 0), -- Mythrin'dir, Hot Spices +(4229, 2928, 0, 0), -- Mythrin'dir, Dust of Decay +(4229, 3713, 0, 0), -- Mythrin'dir, Soothing Spices +(4229, 3777, 0, 0), -- Mythrin'dir, Lethargy Root +(4229, 6260, 0, 0), -- Mythrin'dir, Blue Dye +(4226, 13477, 1, 7200), -- Ulthir, Recipe: Superior Mana Potion +(4228, 6342, 1, 1800), -- Vaean, Formula: Enchant Chest - Minor Mana +(4241, 1179, 0, 0), -- Mydrannul, Ice Cold Milk +(4241, 4471, 0, 0), -- Mydrannul, Flint and Tinder +(4255, 117, 0, 0), -- Brogus Thunderbrew, Tough Jerky +(4255, 159, 0, 0), -- Brogus Thunderbrew, Refreshing Spring Water +(4255, 414, 0, 0), -- Brogus Thunderbrew, Dalaran Sharp +(4255, 422, 0, 0), -- Brogus Thunderbrew, Dwarven Mild +(4255, 787, 0, 0), -- Brogus Thunderbrew, Slitherskin Mackerel +(4255, 1179, 0, 0), -- Brogus Thunderbrew, Ice Cold Milk +(4255, 1205, 0, 0), -- Brogus Thunderbrew, Melon Juice +(4255, 1645, 0, 0), -- Brogus Thunderbrew, Moonberry Juice +(4255, 1707, 0, 0), -- Brogus Thunderbrew, Stormwind Brie +(4255, 1708, 0, 0), -- Brogus Thunderbrew, Sweet Nectar +(4255, 2070, 0, 0), -- Brogus Thunderbrew, Darnassian Bleu +(4255, 2287, 0, 0), -- Brogus Thunderbrew, Haunch of Meat +(4255, 3770, 0, 0), -- Brogus Thunderbrew, Mutton Chop +(4255, 3771, 0, 0), -- Brogus Thunderbrew, Wild Hog Shank +(4255, 3927, 0, 0), -- Brogus Thunderbrew, Fine Aged Cheddar +(4255, 4536, 0, 0), -- Brogus Thunderbrew, Shiny Red Apple +(4255, 4537, 0, 0), -- Brogus Thunderbrew, Tel'Abim Banana +(4255, 4538, 0, 0), -- Brogus Thunderbrew, Snapvine Watermelon +(4255, 4539, 0, 0), -- Brogus Thunderbrew, Goldenbark Apple +(4255, 4540, 0, 0), -- Brogus Thunderbrew, Tough Hunk of Bread +(4255, 4541, 0, 0), -- Brogus Thunderbrew, Freshly Baked Bread +(4255, 4542, 0, 0), -- Brogus Thunderbrew, Moist Cornbread +(4255, 4544, 0, 0), -- Brogus Thunderbrew, Mulgore Spice Bread +(4255, 4592, 0, 0), -- Brogus Thunderbrew, Longjaw Mud Snapper +(4255, 4593, 0, 0), -- Brogus Thunderbrew, Bristle Whisker Catfish +(4255, 4594, 0, 0), -- Brogus Thunderbrew, Rockscale Cod +(4255, 4599, 0, 0), -- Brogus Thunderbrew, Cured Ham Steak +(4255, 4601, 0, 0), -- Brogus Thunderbrew, Soft Banana Bread +(4255, 4602, 0, 0), -- Brogus Thunderbrew, Moon Harvest Pumpkin +(4255, 21552, 0, 0), -- Brogus Thunderbrew, Striped Yellowtail +(4265, 2692, 0, 0), -- Nyoma, Hot Spices +(4265, 3713, 0, 0), -- Nyoma, Soothing Spices +(4553, 2692, 0, 0), -- Ronald Burch, Hot Spices +(4553, 3713, 0, 0), -- Ronald Burch, Soothing Spices +(4561, 2324, 0, 0), -- Daniel Bartlett, Bleach +(4561, 2605, 0, 0), -- Daniel Bartlett, Green Dye +(4561, 2692, 0, 0), -- Daniel Bartlett, Hot Spices +(4561, 2928, 0, 0), -- Daniel Bartlett, Dust of Decay +(4561, 3713, 0, 0), -- Daniel Bartlett, Soothing Spices +(4561, 3777, 0, 0), -- Daniel Bartlett, Lethargy Root +(4561, 6260, 0, 0), -- Daniel Bartlett, Blue Dye +(4561, 6529, 0, 0), -- Daniel Bartlett, Shiny Bauble +(4562, 17019, 0, 0), -- Thomas Mordan, Arcane Dust +(4575, 17019, 0, 0), -- Hannah Akeley, Arcane Dust +(4585, 2928, 0, 0), -- Ezekiel Graves, Dust of Decay +(4585, 2930, 0, 0), -- Ezekiel Graves, Essence of Pain +(4585, 3371, 0, 0), -- Ezekiel Graves, Empty Vial +(4585, 3372, 0, 0), -- Ezekiel Graves, Leaded Vial +(4585, 3777, 0, 0), -- Ezekiel Graves, Lethargy Root +(4585, 5060, 0, 0), -- Ezekiel Graves, Thieves' Tools +(4585, 5140, 0, 0), -- Ezekiel Graves, Flash Powder +(4585, 5173, 0, 0), -- Ezekiel Graves, Deathweed +(4585, 8923, 0, 0), -- Ezekiel Graves, Essence of Agony +(4585, 8924, 0, 0), -- Ezekiel Graves, Dust of Deterioration +(4585, 8925, 0, 0), -- Ezekiel Graves, Crystal Vial +(4610, 13477, 1, 2700), -- Algernon, Recipe: Superior Mana Potion +(4617, 6342, 1, 7200), -- Thaddeus Webb, Formula: Enchant Chest - Minor Mana +(4775, 2324, 0, 0), -- Felicia Doan, Bleach +(4775, 2605, 0, 0), -- Felicia Doan, Green Dye +(4775, 2692, 0, 0), -- Felicia Doan, Hot Spices +(4775, 2928, 0, 0), -- Felicia Doan, Dust of Decay +(4775, 3713, 0, 0), -- Felicia Doan, Soothing Spices +(4775, 6260, 0, 0), -- Felicia Doan, Blue Dye +(4775, 6529, 0, 0), -- Felicia Doan, Shiny Bauble +(4876, 4471, 0, 0), -- Jawn Highmesa, Flint and Tinder +(4877, 2692, 0, 0), -- Jandia, Hot Spices +(4877, 3713, 0, 0), -- Jandia, Soothing Spices +(4878, 17019, 0, 0), -- Montarr, Arcane Dust +(4890, 4833, 1, 43200), -- Piter Verance, Glorious Shoulders +(4890, 4835, 1, 43200), -- Piter Verance, Elite Shoulders +(4896, 4471, 0, 0), -- Charity Mipsy, Flint and Tinder +(4897, 2692, 0, 0), -- Helenia Olden, Hot Spices +(4897, 2928, 0, 0), -- Helenia Olden, Dust of Decay +(4897, 3713, 0, 0), -- Helenia Olden, Soothing Spices +(4897, 3777, 0, 0), -- Helenia Olden, Lethargy Root +(5100, 2692, 0, 0), -- Fillius Fizzlespinner, Hot Spices +(5100, 3713, 0, 0), -- Fillius Fizzlespinner, Soothing Spices +(5101, 4471, 0, 0), -- Bryllia Ironbrand, Flint and Tinder +(5110, 17019, 0, 0), -- Barim Jurgenstaad, Arcane Dust +(5134, 4471, 0, 0), -- Jonivera Farmountain, Flint and Tinder +(5135, 2692, 0, 0), -- Svalbrad Farmountain, Hot Spices +(5135, 2928, 0, 0), -- Svalbrad Farmountain, Dust of Decay +(5135, 3713, 0, 0), -- Svalbrad Farmountain, Soothing Spices +(5135, 3777, 0, 0), -- Svalbrad Farmountain, Lethargy Root +(5138, 6217, 0, 0), -- Gwina Stonebranch, Copper Rod +(5139, 2928, 0, 0), -- Kurdrum Barleybeard, Dust of Decay +(5139, 3371, 0, 0), -- Kurdrum Barleybeard, Empty Vial +(5139, 3372, 0, 0), -- Kurdrum Barleybeard, Leaded Vial +(5139, 5060, 0, 0), -- Kurdrum Barleybeard, Thieves' Tools +(5139, 8925, 0, 0), -- Kurdrum Barleybeard, Crystal Vial +(5139, 3777, 0, 0), -- Kurdrum Barleybeard, Lethargy Root +(5139, 2930, 0, 0), -- Kurdrum Barleybeard, Essence of Pain +(5139, 5140, 0, 0), -- Kurdrum Barleybeard, Flash Powder +(5139, 5173, 0, 0), -- Kurdrum Barleybeard, Deathweed +(5139, 8923, 0, 0), -- Kurdrum Barleybeard, Essence of Agony +(5139, 8924, 0, 0), -- Kurdrum Barleybeard, Dust of Deterioration +(5151, 17019, 0, 0), -- Ginny Longberry, Arcane Dust +(5158, 6342, 1, 7200), -- Tilli Thistlefuzz, Formula: Enchant Chest - Minor Mana +(5160, 2692, 0, 0), -- Emrul Riknussun, Hot Spices +(5160, 3713, 0, 0), -- Emrul Riknussun, Soothing Spices +(5163, 2324, 0, 0), -- Burbik Gearspanner, Bleach +(5163, 2692, 0, 0), -- Burbik Gearspanner, Hot Spices +(5163, 3713, 0, 0), -- Burbik Gearspanner, Soothing Spices +(5169, 2928, 0, 0), -- Tynnus Venomsprout, Dust of Decay +(5169, 2930, 0, 0), -- Tynnus Venomsprout, Essence of Pain +(5169, 3371, 0, 0), -- Tynnus Venomsprout, Empty Vial +(5169, 3372, 0, 0), -- Tynnus Venomsprout, Leaded Vial +(5169, 3777, 0, 0), -- Tynnus Venomsprout, Lethargy Root +(5169, 5060, 0, 0), -- Tynnus Venomsprout, Thieves' Tools +(5169, 5140, 0, 0), -- Tynnus Venomsprout, Flash Powder +(5169, 5173, 0, 0), -- Tynnus Venomsprout, Deathweed +(5169, 8923, 0, 0), -- Tynnus Venomsprout, Essence of Agony +(5169, 8924, 0, 0), -- Tynnus Venomsprout, Dust of Deterioration +(5169, 8925, 0, 0), -- Tynnus Venomsprout, Crystal Vial +(5175, 16041, 1, 10800), -- Gearcutter Cogspinner, Schematic: Thorium Grenade +(5175, 16042, 1, 10800), -- Gearcutter Cogspinner, Schematic: Thorium Widget +(5483, 2692, 0, 0), -- Erika Tate, Hot Spices +(5483, 3713, 0, 0), -- Erika Tate, Soothing Spices +(5757, 6342, 1, 7200), -- Lilly, Formula: Enchant Chest - Minor Mana +(5758, 6342, 1, 7200), -- Leo Sarn, Formula: Enchant Chest - Minor Mana +(5814, 2511, 0, 0), -- Innkeeper Thulbek, Hunter's Boomstick +(5817, 2692, 0, 0), -- Shimra, Hot Spices +(5817, 2928, 0, 0), -- Shimra, Dust of Decay +(5817, 3713, 0, 0), -- Shimra, Soothing Spices +(5817, 3777, 0, 0), -- Shimra, Lethargy Root +(6028, 2417, 0, 0), -- Burkrum, Augmented Chain Vest +(6028, 2418, 0, 0), -- Burkrum, Augmented Chain Leggings +(6028, 2419, 0, 0), -- Burkrum, Augmented Chain Belt +(6028, 2420, 0, 0), -- Burkrum, Augmented Chain Boots +(6028, 2421, 0, 0), -- Burkrum, Augmented Chain Bracers +(6028, 2422, 0, 0), -- Burkrum, Augmented Chain Gloves +(6028, 2448, 0, 0), -- Burkrum, Heavy Pavise +(6028, 3891, 0, 0), -- Burkrum, Augmented Chain Helm +(6028, 17189, 0, 0), -- Burkrum, Metal Buckler +(6301, 2692, 0, 0), -- Gorbold Steelhand, Hot Spices +(6301, 2928, 0, 0), -- Gorbold Steelhand, Dust of Decay +(6301, 3713, 0, 0), -- Gorbold Steelhand, Soothing Spices +(6301, 3777, 0, 0), -- Gorbold Steelhand, Lethargy Root +(6738, 4536, 0, 0), -- Innkeeper Kimlya, Shiny Red Apple +(6738, 4537, 0, 0), -- Innkeeper Kimlya, Tel'Abim Banana +(6738, 4538, 0, 0), -- Innkeeper Kimlya, Snapvine Watermelon +(6738, 4539, 0, 0), -- Innkeeper Kimlya, Goldenbark Apple +(6738, 4602, 0, 0), -- Innkeeper Kimlya, Moon Harvest Pumpkin +(6738, 8953, 0, 0), -- Innkeeper Kimlya, Deep Fried Plantains +(6779, 2928, 0, 0), -- Smudge Thunderwood, Dust of Decay +(6779, 2930, 0, 0), -- Smudge Thunderwood, Essence of Pain +(6779, 3371, 0, 0), -- Smudge Thunderwood, Empty Vial +(6779, 3372, 0, 0), -- Smudge Thunderwood, Leaded Vial +(6779, 3777, 0, 0), -- Smudge Thunderwood, Lethargy Root +(6779, 5060, 0, 0), -- Smudge Thunderwood, Thieves' Tools +(6779, 5140, 0, 0), -- Smudge Thunderwood, Flash Powder +(6779, 5173, 0, 0), -- Smudge Thunderwood, Deathweed +(6779, 8923, 0, 0), -- Smudge Thunderwood, Essence of Agony +(6779, 8924, 0, 0), -- Smudge Thunderwood, Dust of Deterioration +(6779, 8925, 0, 0), -- Smudge Thunderwood, Crystal Vial +(7940, 14488, 1, 3600), -- Darnall, Pattern: Runecloth Boots +(7942, 4471, 0, 0), -- Faralorn, Flint and Tinder +(7947, 2692, 0, 0), -- Vivianna, Hot Spices +(7947, 2928, 0, 0), -- Vivianna, Dust of Decay +(7947, 3713, 0, 0), -- Vivianna, Soothing Spices +(7947, 3777, 0, 0), -- Vivianna, Lethargy Root +(8139, 4471, 0, 0), -- Jabbey, Flint and Tinder +(8145, 2692, 0, 0), -- Sheendra Tallgrass, Hot Spices +(8145, 2928, 0, 0), -- Sheendra Tallgrass, Dust of Decay +(8145, 3713, 0, 0), -- Sheendra Tallgrass, Soothing Spices +(8145, 3777, 0, 0), -- Sheendra Tallgrass, Lethargy Root +(8307, 2692, 0, 0), -- Tarban Hearthgrain, Hot Spices +(8307, 3713, 0, 0), -- Tarban Hearthgrain, Soothing Spices +(8361, 17019, 0, 0), -- Chepi, Arcane Dust +(8362, 4471, 0, 0), -- Kuruk, Flint and Tinder +(8363, 2324, 0, 0), -- Shadi Mistrunner, Bleach +(8363, 2605, 0, 0), -- Shadi Mistrunner, Green Dye +(8363, 2692, 0, 0), -- Shadi Mistrunner, Hot Spices +(8363, 2928, 0, 0), -- Shadi Mistrunner, Dust of Decay +(8363, 3713, 0, 0), -- Shadi Mistrunner, Soothing Spices +(8363, 3777, 0, 0), -- Shadi Mistrunner, Lethargy Root +(8363, 6260, 0, 0), -- Shadi Mistrunner, Blue Dye +(8363, 6529, 0, 0), -- Shadi Mistrunner, Shiny Bauble +(8934, 2692, 0, 0), -- Christopher Hewen, Hot Spices +(8934, 2928, 0, 0), -- Christopher Hewen, Dust of Decay +(8934, 3713, 0, 0), -- Christopher Hewen, Soothing Spices +(8934, 3777, 0, 0), -- Christopher Hewen, Lethargy Root +(9636, 2325, 0, 0), -- Kireena, Black Dye +(9636, 2604, 0, 0), -- Kireena, Red Dye +(9636, 2692, 0, 0), -- Kireena, Hot Spices +(9636, 2928, 0, 0), -- Kireena, Dust of Decay +(9636, 3713, 0, 0), -- Kireena, Soothing Spices +(9636, 3777, 0, 0), -- Kireena, Lethargy Root +(9636, 4340, 0, 0), -- Kireena, Gray Dye +(9636, 4341, 0, 0), -- Kireena, Yellow Dye +(9636, 4342, 0, 0), -- Kireena, Purple Dye +(9636, 6256, 0, 0), -- Kireena, Fishing Pole +(9636, 6529, 0, 0), -- Kireena, Shiny Bauble +(9636, 7005, 0, 0), -- Kireena, Skinning Knife +(9636, 8343, 0, 0), -- Kireena, Heavy Silken Thread +(9636, 8925, 0, 0), -- Kireena, Crystal Vial +(10364, 2928, 0, 0), -- Yaelika Farclaw, Dust of Decay +(10364, 3371, 0, 0), -- Yaelika Farclaw, Empty Vial +(10364, 3372, 0, 0), -- Yaelika Farclaw, Leaded Vial +(10364, 3777, 0, 0), -- Yaelika Farclaw, Lethargy Root +(10364, 5060, 0, 0), -- Yaelika Farclaw, Thieves' Tools +(10364, 8925, 0, 0), -- Yaelika Farclaw, Crystal Vial +(10367, 117, 0, 0), -- Shrye Ragefist, Tough Jerky +(10367, 159, 0, 0), -- Shrye Ragefist, Refreshing Spring Water +(10367, 414, 0, 0), -- Shrye Ragefist, Dalaran Sharp +(10367, 422, 0, 0), -- Shrye Ragefist, Dwarven Mild +(10367, 787, 0, 0), -- Shrye Ragefist, Slitherskin Mackerel +(10367, 1179, 0, 0), -- Shrye Ragefist, Ice Cold Milk +(10367, 1205, 0, 0), -- Shrye Ragefist, Melon Juice +(10367, 1645, 0, 0), -- Shrye Ragefist, Moonberry Juice +(10367, 1707, 0, 0), -- Shrye Ragefist, Stormwind Brie +(10367, 1708, 0, 0), -- Shrye Ragefist, Sweet Nectar +(10367, 2070, 0, 0), -- Shrye Ragefist, Darnassian Bleu +(10367, 2287, 0, 0), -- Shrye Ragefist, Haunch of Meat +(10367, 3770, 0, 0), -- Shrye Ragefist, Mutton Chop +(10367, 3771, 0, 0), -- Shrye Ragefist, Wild Hog Shank +(10367, 3927, 0, 0), -- Shrye Ragefist, Fine Aged Cheddar +(10367, 4540, 0, 0), -- Shrye Ragefist, Tough Hunk of Bread +(10367, 4541, 0, 0), -- Shrye Ragefist, Freshly Baked Bread +(10367, 4542, 0, 0), -- Shrye Ragefist, Moist Cornbread +(10367, 4544, 0, 0), -- Shrye Ragefist, Mulgore Spice Bread +(10367, 4592, 0, 0), -- Shrye Ragefist, Longjaw Mud Snapper +(10367, 4593, 0, 0), -- Shrye Ragefist, Bristle Whisker Catfish +(10367, 4594, 0, 0), -- Shrye Ragefist, Rockscale Cod +(10367, 4599, 0, 0), -- Shrye Ragefist, Cured Ham Steak +(10367, 4601, 0, 0), -- Shrye Ragefist, Soft Banana Bread +(10367, 4604, 0, 0), -- Shrye Ragefist, Forest Mushroom Cap +(10367, 4605, 0, 0), -- Shrye Ragefist, Red-speckled Mushroom +(10367, 4606, 0, 0), -- Shrye Ragefist, Spongy Morel +(10367, 4607, 0, 0), -- Shrye Ragefist, Delicious Cave Mold +(10367, 4608, 0, 0), -- Shrye Ragefist, Raw Black Truffle +(10367, 21552, 0, 0), -- Shrye Ragefist, Striped Yellowtail +(11038, 4471, 0, 0), -- Caretaker Alen, Flint and Tinder +(11185, 16047, 1, 10800), -- Xizzer Fizzbolt, Schematic: Thorium Tube +(11188, 13480, 1, 7200), -- Evie Whirlbrew, Recipe: Major Healing Potion +(11189, 14481, 1, 3600), -- Qia, Pattern: Runecloth Gloves +(11189, 2692, 0, 0), -- Qia, Hot Spices +(11189, 2928, 0, 0), -- Qia, Dust of Decay +(11189, 3713, 0, 0), -- Qia, Soothing Spices +(11189, 3777, 0, 0), -- Qia, Lethargy Root +(11555, 4471, 0, 0), -- Gorn One Eye, Flint and Tinder +(12021, 4471, 0, 0), -- Daeolyn Summerleaf, Flint and Tinder +(12022, 2692, 0, 0), -- Lorelae Wintersong, Hot Spices +(12022, 2928, 0, 0), -- Lorelae Wintersong, Dust of Decay +(12022, 3713, 0, 0), -- Lorelae Wintersong, Soothing Spices +(12022, 3777, 0, 0), -- Lorelae Wintersong, Lethargy Root +(12027, 4471, 0, 0), -- Tukk, Flint and Tinder +(12028, 2692, 0, 0), -- Lah'Mawhani, Hot Spices +(12028, 2928, 0, 0), -- Lah'Mawhani, Dust of Decay +(12028, 3713, 0, 0), -- Lah'Mawhani, Soothing Spices +(12028, 3777, 0, 0), -- Lah'Mawhani, Lethargy Root +(12033, 2692, 0, 0), -- Wulan, Hot Spices +(12033, 3713, 0, 0), -- Wulan, Soothing Spices +(12033, 16072, 0, 0), -- Wulan, Expert Cookbook +(12043, 2692, 0, 0), -- Kulwia, Hot Spices +(12043, 2928, 0, 0), -- Kulwia, Dust of Decay +(12245, 2692, 0, 0), -- Vendor-Tron 1000, Hot Spices +(12245, 2928, 0, 0), -- Vendor-Tron 1000, Dust of Decay +(12245, 3713, 0, 0), -- Vendor-Tron 1000, Soothing Spices +(12245, 3777, 0, 0), -- Vendor-Tron 1000, Lethargy Root +(12246, 4471, 0, 0), -- Super-Seller 680, Flint and Tinder +(12941, 2692, 0, 0), -- Jase Farlane, Hot Spices +(12941, 2928, 0, 0), -- Jase Farlane, Dust of Decay +(12941, 3713, 0, 0), -- Jase Farlane, Soothing Spices +(12941, 3777, 0, 0), -- Jase Farlane, Lethargy Root +(12941, 15756, 1, 3600), -- Jase Farlane, Pattern: Runic Leather Headband +(12957, 2692, 0, 0), -- Blimo Gadgetspring, Hot Spices +(12957, 2928, 0, 0), -- Blimo Gadgetspring, Dust of Decay +(12957, 3713, 0, 0), -- Blimo Gadgetspring, Soothing Spices +(12957, 3777, 0, 0), -- Blimo Gadgetspring, Lethargy Root +(12958, 2692, 0, 0), -- Gigget Zipcoil, Hot Spices +(12958, 2928, 0, 0), -- Gigget Zipcoil, Dust of Decay +(12958, 3713, 0, 0), -- Gigget Zipcoil, Soothing Spices +(12958, 3777, 0, 0), -- Gigget Zipcoil, Lethargy Root +(12959, 4471, 0, 0), -- Nergal, Flint and Tinder +(12960, 4471, 0, 0), -- Christi Galvanis, Flint and Tinder +(13216, 19484, 0, 0), -- Gaelden Hammersmith, The Frostwolf Artichoke +(13217, 19484, 0, 0), -- Thanthaldis Snowgleam, The Frostwolf Artichoke +(13219, 19483, 0, 0), -- Jekyll Flandring, Peeling the Onion +(13420, 17195, 0, 0), -- Penney Copperpinch, Fake Mistletoe +(13429, 17195, 0, 0), -- Nardstrum Copperpinch, Fake Mistletoe +(13432, 17195, 0, 0), -- Seersa Copperpinch, Fake Mistletoe +(13433, 17195, 0, 0), -- Wulmort Jinglepocket, Fake Mistletoe +(13435, 17195, 0, 0), -- Khole Jinglepocket, Fake Mistletoe +(13476, 16084, 0, 0), -- Balai Lok'Wein, Expert First Aid - Under Wraps +(13476, 16112, 0, 0), -- Balai Lok'Wein, Manual: Heavy Silk Bandage +(13476, 16113, 0, 0), -- Balai Lok'Wein, Manual: Mageweave Bandage +(14624, 4471, 0, 0), -- Master Smith Burninate, Flint and Tinder +(14738, 2692, 0, 0), -- Otho Moji'ko, Hot Spices +(14738, 3713, 0, 0), -- Otho Moji'ko, Soothing Spices +(14739, 17019, 0, 0), -- Mystic Yayo'jin, Arcane Dust +(14846, 4289, 0, 0), -- Lhara, Salt +(14846, 11303, 1, 43200), -- Lhara, Fine Shortbow +(14846, 11305, 1, 43200), -- Lhara, Dense Shortbow +(14846, 11306, 1, 43200), -- Lhara, Sturdy Recurve +(14846, 11308, 1, 43200), -- Lhara, Sylvan Shortbow +(14846, 12248, 1, 3600), -- Lhara, Daring Dirk +(14846, 12251, 1, 3600), -- Lhara, Big Stick +(14847, 3371, 0, 0), -- Professor Thaddeus Paleo, Empty Vial +(14847, 3372, 0, 0), -- Professor Thaddeus Paleo, Leaded Vial +(14847, 8925, 0, 0), -- Professor Thaddeus Paleo, Crystal Vial +(14847, 18256, 0, 0), -- Professor Thaddeus Paleo, Imbued Vial +(15174, 4471, 0, 0), -- Calandrath, Flint and Tinder +(15175, 2928, 0, 0), -- Khur Hornstriker, Dust of Decay +(15175, 2930, 0, 0), -- Khur Hornstriker, Essence of Pain +(15175, 3371, 0, 0), -- Khur Hornstriker, Empty Vial +(15175, 3372, 0, 0), -- Khur Hornstriker, Leaded Vial +(15175, 3777, 0, 0), -- Khur Hornstriker, Lethargy Root +(15175, 5060, 0, 0), -- Khur Hornstriker, Thieves' Tools +(15175, 5140, 0, 0), -- Khur Hornstriker, Flash Powder +(15175, 5173, 0, 0), -- Khur Hornstriker, Deathweed +(15175, 8923, 0, 0), -- Khur Hornstriker, Essence of Agony +(15175, 8924, 0, 0), -- Khur Hornstriker, Dust of Deterioration +(15175, 8925, 0, 0), -- Khur Hornstriker, Crystal Vial +(15179, 2692, 0, 0), -- Mishta, Hot Spices +(15179, 2928, 0, 0), -- Mishta, Dust of Decay +(15179, 3713, 0, 0), -- Mishta, Soothing Spices +(15179, 3777, 0, 0), -- Mishta, Lethargy Root +(15419, 6342, 1, 7200); -- Kania, Formula: Enchant Chest - Minor Mana + + + /* PvP Gear Vendor Rep Requirements */ --- these need to be hidden. they cannot get a reputation requirement --- because some of these items have the same ID for both alliance and horde. +-- these need to be hidden. they cannot get a reputation requirement, because some of these items have the same ID for both alliance and horde. -- you can only set 1 reputation requirement for an item. -- AB is an exception. all AB items are unique to either faction -REPLACE INTO conditions (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `comment`) VALUES --- Jekyll Flandring -(23, 13219, 17349, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 17352, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19031, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19307, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19318, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 17348, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 17351, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19301, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19083, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19085, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19095, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19096, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19090, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19089, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19088, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19087, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19316, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19317, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19046, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19099, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19101, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19103, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19320, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19319, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19029, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19312, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19315, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19308, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19311, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19309, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19310, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19323, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19321, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19325, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 21563, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13219, 19324, 5, 729, 128, 'Vanilla PvP Gear Conditions'), --- Grunnda Wolfheart -(23, 13218, 17349, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 17352, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19031, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19307, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19318, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 17348, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 17351, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19301, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19083, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19085, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19095, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19096, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19090, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19089, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19088, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19087, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19316, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19317, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19046, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19099, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19101, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19103, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19320, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19319, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19029, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19312, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19315, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19308, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19311, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19309, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19310, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19323, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19321, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19325, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 21563, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -(23, 13218, 19324, 5, 729, 128, 'Vanilla PvP Gear Conditions'), --- Thanthaldis Snowgleam -(23, 13217, 17349, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 17352, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19032, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19307, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19318, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 17348, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 17351, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19301, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19084, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19086, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19097, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19098, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19094, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19093, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19092, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19091, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19316, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19317, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19045, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19100, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19102, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19104, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19320, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19319, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19030, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19312, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19315, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19308, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19311, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19309, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19310, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19323, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19321, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19325, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 21563, 5, 730, 128, 'Vanilla PvP Gear Conditions'), -(23, 13217, 19324, 5, 730, 128, 'Vanilla PvP Gear Conditions'), + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceGroup` IN (13216, 13217, 13218, 13219, 14753, 14754); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES -- Gaelden Hammersmith (23, 13216, 17349, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), (23, 13216, 17352, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), @@ -5011,6 +1510,117 @@ REPLACE INTO conditions (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry` (23, 13216, 19325, 5, 730, 128, 'Vanilla PvP Gear Conditions'), (23, 13216, 21563, 5, 730, 128, 'Vanilla PvP Gear Conditions'), (23, 13216, 19324, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +-- Thanthaldis Snowgleam +(23, 13217, 17349, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 17352, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19032, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19307, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19318, 5, 730, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 17348, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 17351, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19301, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19084, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19086, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19097, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19098, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19094, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19093, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19092, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19091, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19316, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19317, 5, 730, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19045, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19100, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19102, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19104, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19320, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19319, 5, 730, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19030, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19312, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19315, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19308, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19311, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19309, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19310, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19323, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19321, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19325, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 21563, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +(23, 13217, 19324, 5, 730, 128, 'Vanilla PvP Gear Conditions'), +-- Grunnda Wolfheart +(23, 13218, 17349, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 17352, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19031, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19307, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19318, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 17348, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 17351, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19301, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19083, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19085, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19095, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19096, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19090, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19089, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19088, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19087, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19316, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19317, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19046, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19099, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19101, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19103, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19320, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19319, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19029, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19312, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19315, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19308, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19311, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19309, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19310, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19323, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19321, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19325, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 21563, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13218, 19324, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +-- Jekyll Flandring +(23, 13219, 17349, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 17352, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19031, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19307, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19318, 5, 729, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 17348, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 17351, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19301, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19083, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19085, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19095, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19096, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19090, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19089, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19088, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19087, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19316, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19317, 5, 729, 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19046, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19099, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19101, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19103, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19320, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19319, 5, 729, 64 + 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19029, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19312, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19315, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19308, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19311, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19309, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19310, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19323, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19321, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19325, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 21563, 5, 729, 128, 'Vanilla PvP Gear Conditions'), +(23, 13219, 19324, 5, 729, 128, 'Vanilla PvP Gear Conditions'), -- Illiyana Moonblaze (23, 14753, 21565, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), (23, 14753, 21566, 5, 890, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), @@ -5085,6 +1695,7 @@ REPLACE INTO conditions (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry` (23, 14753, 22748, 5, 890, 128, 'Vanilla PvP Gear Conditions'), (23, 14753, 22672, 5, 890, 128, 'Vanilla PvP Gear Conditions'), (23, 14753, 22753, 5, 890, 128, 'Vanilla PvP Gear Conditions'), +(23, 14753, 30497, 8, 66008, 0, 'Illiyana Moonblaze - Sentinel\'s Mail Leggings'), -- Kelm Hargunth (23, 14754, 21565, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), (23, 14754, 21566, 5, 889, 16 + 32 + 64 + 128, 'Vanilla PvP Gear Conditions'), @@ -5158,38 +1769,5 @@ REPLACE INTO conditions (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry` (23, 14754, 22741, 5, 889, 128, 'Vanilla PvP Gear Conditions'), (23, 14754, 22673, 5, 889, 128, 'Vanilla PvP Gear Conditions'), (23, 14754, 22676, 5, 889, 128, 'Vanilla PvP Gear Conditions'), -(23, 14754, 22651, 5, 889, 128, 'Vanilla PvP Gear Conditions'); - -/* Add PvP Level 60 gear sets for Horde Paladins and Alliance Shamans - thanks StraysFromPath! */ -DELETE FROM npc_vendor WHERE `entry` = 12792 AND `item` IN (29612, 29613, 29614, 29615, 29616, 29617, - 29600, 29601, 29602, 29603, 29604, 29605); -INSERT INTO npc_vendor (entry, slot, item, maxcount, incrtime, ExtendedCost, VerifiedBuild) VALUES - (12792, 0, 29612, 0, 0, 465, 0), - (12792, 0, 29613, 0, 0, 465, 0), - (12792, 0, 29614, 0, 0, 465, 0), - (12792, 0, 29615, 0, 0, 463, 0), - (12792, 0, 29616, 0, 0, 463, 0), - (12792, 0, 29617, 0, 0, 463, 0), - (12792, 0, 29600, 0, 0, 428, 0), - (12792, 0, 29601, 0, 0, 428, 0), - (12792, 0, 29602, 0, 0, 652, 0), - (12792, 0, 29603, 0, 0, 652, 0), - (12792, 0, 29604, 0, 0, 444, 0), - (12792, 0, 29605, 0, 0, 444, 0); - -DELETE FROM npc_vendor WHERE `entry` = 12777 AND `item` IN (29608, 29606, 29611, 29609, 29607, - 29610, 29595, 29599, 29597, 29596, - 29598, 29594); -INSERT INTO npc_vendor (entry, slot, item, maxcount, incrtime, ExtendedCost, VerifiedBuild) VALUES - (12777, 0, 29608, 0, 0, 465, 0), - (12777, 0, 29606, 0, 0, 465, 0), - (12777, 0, 29611, 0, 0, 465, 0), - (12777, 0, 29609, 0, 0, 463, 0), - (12777, 0, 29607, 0, 0, 463, 0), - (12777, 0, 29610, 0, 0, 463, 0), - (12777, 0, 29595, 0, 0, 428, 0), - (12777, 0, 29599, 0, 0, 428, 0), - (12777, 0, 29597, 0, 0, 652, 0), - (12777, 0, 29596, 0, 0, 652, 0), - (12777, 0, 29598, 0, 0, 444, 0), - (12777, 0, 29594, 0, 0, 444, 0); +(23, 14754, 22651, 5, 889, 128, 'Vanilla PvP Gear Conditions'), +(23, 14754, 30498, 8, 66008, 0, 'Kelm Hargunth - Outrider\'s Lamellar Legguards'); diff --git a/data/sql/world/base/zone_orgrimmar.sql b/data/sql/world/base/zone_orgrimmar.sql index 6c7ed2a..bac8ad8 100644 --- a/data/sql/world/base/zone_orgrimmar.sql +++ b/data/sql/world/base/zone_orgrimmar.sql @@ -126,8 +126,8 @@ SET @Zarg := 112794; -- Stone Guard Zarg , Vanilla SET @Hola := 112795; -- First Sergeant Hola'mahi, Vanilla SET @TH_Classic := 26396; -- Sergeant Thunderhorn, Vanilla SET @TH_TBC := 14581; -- Sergeant Thunderhorn, TBC -SET @LP_Classic := 26397; -- Lady Palanseer , Vanilla -SET @LP_TBC := 12792; -- Lady Palanseer , TBC +SET @LP_Classic := 12792; -- Lady Palanseer , Vanilla +SET @LP_TBC := 26397; -- Lady Palanseer , TBC DELETE FROM `creature_template` WHERE `entry` IN (@Stonehide, @Zarg, @Hola); @@ -191,8 +191,8 @@ DELETE FROM `creature` WHERE `guid` IN (125688, 125690, 125694, 125695, 612792, INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES -- (612799, 12799, 1, 1632.21, -4262.19, 49.027, 3.63029, 430), -- Sergeant Ba'sha , Vanilla -(626397, @LP_Classic, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180), -- Lady Palanseer , Vanilla -(612792, @LP_TBC, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180), -- Lady Palanseer , TBC +(612792, @LP_Classic, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180), -- Lady Palanseer , Vanilla +(626397, @LP_TBC, 1, 1669.78, -4200.1, 56.3815, 3.61023, 180), -- Lady Palanseer , TBC (612793, @Stonehide, 1, 1657.6, -4191.97, 56.383, 4.52365, 180), -- Brave Stonehide , Vanilla (125690, 12793, 1, 1672.24, -4206.81, 56.3827, 3.30568, 180), -- Brave Stonehide , TBC (612794, @Zarg, 1, 1641.65, -4197.52, 56.3823, 5.41219, 180), -- Stone Guard Zarg , Vanilla @@ -365,7 +365,9 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES (@LP_Classic, 22878, 653), (@LP_Classic, 22879, 652), (@LP_Classic, 22880, 653), (@LP_Classic, 22881, 653), (@LP_Classic, 22882, 653), (@LP_Classic, 22883, 653), (@LP_Classic, 22884, 652), (@LP_Classic, 22885, 652), (@LP_Classic, 22886, 652), (@LP_Classic, 22887, 653), (@LP_Classic, 23243, 427), (@LP_Classic, 23244, 444), (@LP_Classic, 23251, 444), (@LP_Classic, 23252, 427), (@LP_Classic, 23253, 444), (@LP_Classic, 23254, 427), (@LP_Classic, 23255, 444), (@LP_Classic, 23256, 427), (@LP_Classic, 23257, 444), (@LP_Classic, 23258, 427), (@LP_Classic, 23259, 444), -(@LP_Classic, 23260, 427), (@LP_Classic, 23261, 444), (@LP_Classic, 23262, 427), (@LP_Classic, 23263, 444), (@LP_Classic, 23264, 427); +(@LP_Classic, 23260, 427), (@LP_Classic, 23261, 444), (@LP_Classic, 23262, 427), (@LP_Classic, 23263, 444), (@LP_Classic, 23264, 427), (@LP_Classic, 29600, 428), (@LP_Classic, 29601, 427), +(@LP_Classic, 29602, 652), (@LP_Classic, 29603, 653), (@LP_Classic, 29604, 444), (@LP_Classic, 29605, 427), (@LP_Classic, 29612, 465), (@LP_Classic, 29613, 541), (@LP_Classic, 29614, 542), +(@LP_Classic, 29615, 463), (@LP_Classic, 29616, 464), (@LP_Classic, 29617, 465); -- Lady Palanseer - TBC DELETE FROM `npc_vendor` WHERE `entry`= @LP_TBC; @@ -439,6 +441,12 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (23, @LP_Classic, 17623, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Satin Cowl until the player has completed PROGRESSION_ONYXIA'), (23, @LP_Classic, 17624, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Satin Robes until the player has completed PROGRESSION_ONYXIA'), (23, @LP_Classic, 17625, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Satin Leggings until the player has completed PROGRESSION_ONYXIA'), +(23, @LP_Classic, 29612, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Lamellar Boots until the player has completed PROGRESSION_ONYXIA'), +(23, @LP_Classic, 29613, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Lamellar Gloves until the player has completed PROGRESSION_ONYXIA'), +(23, @LP_Classic, 29614, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Lamellar Legplates until the player has completed PROGRESSION_ONYXIA'), +(23, @LP_Classic, 29615, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Lamellar Chestplate until the player has completed PROGRESSION_ONYXIA'), +(23, @LP_Classic, 29616, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Warlords Lamellar Faceguard until the player has completed PROGRESSION_ONYXIA'), +(23, @LP_Classic, 29617, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Lady Palanseer will not sell Generals Lamellar Pauldrons until the player has completed PROGRESSION_ONYXIA'), -- (23, @TH_Classic, 16345, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Blade until the player has completed PROGRESSION_ONYXIA'), (23, @TH_Classic, 18826, 0, 0, 8, 0, 66002, 0, 0, 0, 0, 0, '', 'Sergeant Thunderhorn will not sell High Warlords Shield Wall until the player has completed PROGRESSION_ONYXIA'), diff --git a/data/sql/world/base/zone_stormwind.sql b/data/sql/world/base/zone_stormwind.sql index ea58353..6e5bcb8 100644 --- a/data/sql/world/base/zone_stormwind.sql +++ b/data/sql/world/base/zone_stormwind.sql @@ -156,7 +156,7 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_tbc' WHERE `entry` IN (12 UPDATE `creature_template_addon` SET `mount` = 0 WHERE `entry` = 12783; -DELETE FROM `creature` WHERE `guid` IN (133928, 133926, 133929, 612781, 612783, 612785, 623446, 624671, 624672, 626393, 626394, 720278, 723396); +DELETE FROM `creature` WHERE `guid` IN (133928, 133926, 133929, 612781, 612783, 612785, 623446, 624671, 624672, 612777, 626394, 720278, 723396); INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES -- (612781, @Biggins, 0, -8777.4, 417.124, 103.921, 6.23553, 180), -- Master Sergeant Biggins , Vanilla @@ -165,7 +165,7 @@ INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `posit (133929, 12785, 0, -8771.31, 401.973, 109.665, 0.659191, 180), -- Sergeant Major Clate , TBC (626394, 26394, 0, -8778.3, 432.142, 105.309, 4.17386, 180), -- Captain O'Neal , Vanilla (624671, 24671, 0, -8778.3, 432.142, 105.309, 4.17386, 180), -- Captain O'Neal , TBC -(626393, 26393, 0, -8768.77, 401.647, 109.665, 2.22999, 180), -- Captain Dirgehammer , Vanilla +(612777, 12777, 0, -8768.77, 401.647, 109.665, 2.22999, 180), -- Captain Dirgehammer , Vanilla (624672, 24672, 0, -8773.33, 427.279, 105.233, 3.84677, 180), -- Captain Dirgehammer , TBC (133928, 12784, 0, -8764.6, 413.632, 103.922, 0.693375, 180), -- Lieutenant Jackspring , TBC (720278, 20278, 0, -8789.08, 425.681, 105.233, 5.68294, 180), -- Vixton Pinchwhistle , TBC @@ -268,18 +268,18 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`, `ExtendedCost -- Captain Dirgehammer - Vanilla DELETE FROM `npc_vendor` WHERE `entry` IN (12777, 26393); INSERT INTO `npc_vendor` (`entry`, `item`, `ExtendedCost`) VALUES -(26393, 16437, 465), (26393, 16440, 541), (26393, 16441, 464), (26393, 16442, 542), (26393, 16443, 463), (26393, 16444, 465), (26393, 16446, 465), (26393, 16448, 541), (26393, 16449, 465), -(26393, 16450, 542), (26393, 16451, 464), (26393, 16452, 463), (26393, 16453, 463), (26393, 16454, 541), (26393, 16455, 464), (26393, 16456, 542), (26393, 16457, 465), (26393, 16459, 465), -(26393, 16462, 465), (26393, 16463, 541), (26393, 16465, 464), (26393, 16466, 463), (26393, 16467, 542), (26393, 16468, 465), (26393, 16471, 541), (26393, 16472, 465), (26393, 16473, 463), -(26393, 16474, 464), (26393, 16475, 542), (26393, 16476, 465), (26393, 16477, 463), (26393, 16478, 464), (26393, 16479, 542), (26393, 16480, 465), (26393, 16483, 465), (26393, 16484, 541), -(26393, 17578, 464), (26393, 17579, 542), (26393, 17580, 465), (26393, 17581, 463), (26393, 17583, 465), (26393, 17584, 541), (26393, 17602, 464), (26393, 17603, 542), (26393, 17604, 465), -(26393, 17605, 463), (26393, 17607, 465), (26393, 17608, 541), (26393, 23272, 652), (26393, 23273, 653), (26393, 23274, 428), (26393, 23275, 427), (26393, 23276, 444), (26393, 23277, 427), -(26393, 23278, 427), (26393, 23279, 428), (26393, 23280, 428), (26393, 23281, 427), (26393, 23282, 428), (26393, 23283, 427), (26393, 23284, 428), (26393, 23285, 427), (26393, 23286, 428), -(26393, 23287, 427), (26393, 23288, 428), (26393, 23289, 427), (26393, 23290, 428), (26393, 23291, 427), (26393, 23292, 652), (26393, 23293, 653), (26393, 23294, 652), (26393, 23295, 653), -(26393, 23296, 653), (26393, 23297, 652), (26393, 23298, 652), (26393, 23299, 653), (26393, 23300, 652), (26393, 23301, 653), (26393, 23302, 653), (26393, 23303, 652), (26393, 23304, 653), -(26393, 23305, 652), (26393, 23306, 444), (26393, 23307, 427), (26393, 23308, 444), (26393, 23309, 427), (26393, 23310, 444), (26393, 23311, 427), (26393, 23312, 444), (26393, 23313, 427), -(26393, 23314, 444), (26393, 23315, 427), (26393, 23316, 444), (26393, 23317, 427), (26393, 23318, 444), (26393, 23319, 427), (26393, 29594, 427), (26393, 29595, 428), (26393, 29596, 652), -(26393, 29597, 653), (26393, 29598, 444), (26393, 29599, 427), (26393, 29606, 465), (26393, 29607, 541), (26393, 29608, 542), (26393, 29609, 463), (26393, 29610, 464), (26393, 29611, 465); +(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), (12777, 29594, 427), (12777, 29595, 428), (12777, 29596, 652), +(12777, 29597, 653), (12777, 29598, 444), (12777, 29599, 427), (12777, 29606, 465), (12777, 29607, 541), (12777, 29608, 542), (12777, 29609, 463), (12777, 29610, 464), (12777, 29611, 465); -- Captain Dirgehammer - TBC DELETE FROM `npc_vendor` WHERE `entry` = 24672; @@ -385,8 +385,8 @@ UPDATE `creature` SET `ScriptName` = 'npc_ipp_tbc' WHERE `id1` = 19848; -- Har -- WotLK pvp vendors DELETE FROM `creature` WHERE `id1` IN -(12777, -- Captain Dirgehammer - 12782, -- Captain O'Neal +(12782, -- Captain O'Neal + 26393, -- Captain Dirgehammer 34075, -- Captain Dirgehammer 34081); -- Captain O'Neal diff --git a/optional/sql/world/zz_optional_vanilla_phasing.sql b/optional/sql/world/zz_optional_vanilla_phasing.sql index 2741923..8a7ba83 100644 --- a/optional/sql/world/zz_optional_vanilla_phasing.sql +++ b/optional/sql/world/zz_optional_vanilla_phasing.sql @@ -95,6 +95,32 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ipp_wotlk' WHERE `entry` IN ( 31725 -- Sky-Captain LaFontaine, Zep ); +-- Hide Jewelcrafting recipes on vanilla vendors +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 23 AND `SourceEntry` IN (20855, 20856, 20970, 20971, 20975, 21941, 21942, 21943, 21948, 21954, 21957); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +-- +(23, 3499, 20855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Ranik - Design: Wicked Moonstone Ring'), +(23, 3954, 20855, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Dalria - Design: Wicked Moonstone Ring'), +(23, 1286, 20856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Edna Mullby - Design: Heavy Golden Necklace of Battle'), +(23, 3367, 20856, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Design: Heavy Golden Necklace of Battle'), +(23, 1448, 20970, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Neal Allen - Design: Pendant of the Agate Shield'), +(23, 4877, 20970, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jandia - Design: Pendant of the Agate Shield'), +(23, 2381, 20971, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Micha Yance - Design: Heavy Iron Knuckles'), +(23, 2393, 20971, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Christoph Jeffcoat - Design: Heavy Iron Knuckles'), +(23, 4775, 20975, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: The Jade Eye'), +(23, 5163, 20975, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Felika - Design: The Jade Eye'), +(23, 989, 21941, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Banalash - Design: Black Pearl Panther'), +(23, 4897, 21941, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Black Pearl Panther'), +(23, 2810, 21942, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Hammon Karwn - Design: Ruby Crown of Restoration'), +(23, 2821, 21942, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Keena - Design: Ruby Crown of Restoration'), +(23, 1148, 21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Nerrist - Design: Truesilver Crab'), +(23, 4897, 21943, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Helenia Olden - Design: Truesilver Crab'), +(23, 5163, 21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Burbik Gearspanner - Design: Wicked Moonstone Ring'), +(23, 8363, 21948, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Shadi Mistrunner - Design: Wicked Moonstone Ring'), +(23, 12941, 21954, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Jase Farlane - Design: Ring of Bitter Shadows'), +(23, 11189, 21957, 0, 0, 8, 0, 66008, 0, 0, 0, 0, 0, '', 'Qia - Design: Necklace of the Diamond Tower'); + -- Hide TBC quests DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (9189, 9425); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,