-- Kitta Firewind DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4169 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES (15, 4169, 0, 7, 333, 125, 'Show menu if enchanting is 125 or higher'); -- The Stolen Tome (Warlock) DELETE FROM `creature_questender` WHERE `id`=459 AND `quest`=1598; INSERT INTO `creature_questender` (`id`, `quest`) VALUES (459, 1598); -- The Stolen Tome (Warlock) DELETE FROM `creature_queststarter` WHERE `id`=459 AND `quest`=1598; INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (459, 1598); -- Defias Thug UPDATE `creature_template` SET `faction`=17 WHERE `entry`=38; -- Diseased Timber Wolf UPDATE `creature_template` SET `modelid1`=604, `name`='Timber Wolf' WHERE `entry`=69; -- Kobold Laborer UPDATE `creature_template` SET `maxlevel`=4 WHERE `entry`=80; -- Garrick Padfoot UPDATE `creature_template` SET `faction`=17 WHERE `entry`=103; -- Kobold Worker UPDATE `creature_template` SET `modelid1`=10912 WHERE `entry`=257; -- Diseased Young Wolf UPDATE `creature_template` SET `modelid1`=447, `name`='Young Wolf' WHERE `entry`=299; -- Smith Argus UPDATE `creature_template` SET `subname`='Journeyman Blacksmith' WHERE `entry`=514; -- Eldrin UPDATE `creature_template` SET `subname`='Journeyman Tailor' WHERE `entry`=1103; -- Alchemist Mallory UPDATE `creature_template` SET `subname`='Journeyman Alchemist' WHERE `entry`=1215; -- Adele Fielder UPDATE `creature_template` SET `subname`='Journeyman Leatherworker' WHERE `entry`=1632; -- Northshire Guard UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=1642; -- Lee Brown UPDATE `creature_template` SET `subname`='Fisherman' WHERE `entry`=1651; -- Rebecca Laughlin UPDATE `creature_template` SET `subname`='Tabard Vendor' WHERE `entry`=5193; -- Lilyssia Nightbreeze UPDATE `creature_template` SET `subname`='Expert Alchemist' WHERE `entry`=5499; -- Tel'Athir UPDATE `creature_template` SET `subname`='Journeyman Alchemist', `npcflag`=81, `trainer_type`=2 WHERE `entry`=5500; -- Eldraeith UPDATE `creature_template` SET `subname`='Herbalism Supplier' WHERE `entry`=5503; -- Therum Deepforge UPDATE `creature_template` SET `subname`='Expert Blacksmith' WHERE `entry`=5511; -- Lilliam Sparkspindle UPDATE `creature_template` SET `subname`='Expert Engineer' WHERE `entry`=5518; -- Simon Tanner UPDATE `creature_template` SET `subname`='Expert Leatherworker' WHERE `entry`=5564; -- Sellandus UPDATE `creature_template` SET `subname`='Expert Tailor', `npcflag`=81, `trainer_type`=2 WHERE `entry`=5567; -- Helene Peltskinner UPDATE `creature_template` SET `subname`='Skinner' WHERE `entry`=6306; -- Diseased Timber Wolf DELETE FROM `creature_template_addon` WHERE `entry`=69; -- Diseased Young Wolf DELETE FROM `creature_template_addon` WHERE `entry`=299; -- Kitta Firewind DELETE FROM `gossip_menu_option` WHERE `MenuID`=4169; INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES (4169, 0, 3, 'Train me.', 3266, 5, 16); -- Smith Argus DELETE FROM `npc_trainer` WHERE `ID`=514; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (514, -310000); -- Eldrin DELETE FROM `npc_trainer` WHERE `ID`=1103; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1103, -410000); -- Alchemist Mallory DELETE FROM `npc_trainer` WHERE `ID`=1215; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1215, -300000); -- Adele Fielder DELETE FROM `npc_trainer` WHERE `ID`=1632; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1632, -380000); -- Lee Brown DELETE FROM `npc_trainer` WHERE `ID`=1651; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (1651, -360000); -- Michelle Belle DELETE FROM `npc_trainer` WHERE `ID`=2329; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2329, -350000); -- Randal Hunter DELETE FROM `npc_trainer` WHERE `ID`=4732; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4732, -450000); -- Kitta Firewind DELETE FROM `npc_trainer` WHERE `ID`=11072; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11072, -330000); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11072, -330001); INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (11072, -330002); -- Antonio Perelli DELETE FROM `npc_vendor` WHERE `entry`=844 AND `item`=40411; -- Dawn Brightstar DELETE FROM `npc_vendor` WHERE `entry`=958 AND `item` IN (22147, 22148, 37201, 40411); -- Wolves Across the Border DELETE FROM `quest_offer_reward` WHERE `ID`=33; INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `RewardText`) VALUES (33, 1, 'You\'ve been busy! I can\'t wait to cook up that wolf meat...$b$bI have some things here you might want - take your pick!'); -- Wolves Across the Border DELETE FROM `quest_request_items` WHERE `ID`=33; INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`) VALUES (33, 6, 6, 'Hey $N. I\'m getting hungry...did you get that tough wolf meat?'); -- Bounty on Garrick Padfoot UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=6; -- Kobold Camp Cleanup UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 10 Kobold Vermin, then return to Marshal McBride.', `RequiredNpcOrGoCount1`=10 WHERE `ID`=7; -- Investigate Echo Ridge UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 10 Kobold Workers, then report back to Marshal McBride.', `QuestDescription`='$N, my scouts tell me that the kobold infestation is larger than we had thought. A group of kobold workers has camped near the Echo Ridge Mine to the north.$B$BGo to the mine and remove them. We know there are at least 10. Kill them, see if there are more, then report back to me.', `RequiredNpcOrGoCount1`=10 WHERE `ID`=15; -- Brotherhood of Thieves UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Bring 12 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.', `RequiredItemCount1`=12 WHERE `ID`=18; -- Skirmish at Echo Ridge UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 12 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.', `RequiredNpcOrGoCount1`=12 WHERE `ID`=21; -- Wolves Across the Border UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Bring 8 pieces of Tough Wolf Meat to Eagan Peltskinner outside Northshire Abbey.', `QuestDescription`='I hate those nasty timber wolves! But I sure like eating wolf steaks... Bring me tough wolf meat and I will exchange it for something you\'ll find useful.$B$BTough wolf meat is gathered from hunting the timber wolves and young wolves wandering the Northshire countryside.', `RequiredItemId1`=750 WHERE `ID`=33; -- Report to Goldshire UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=54; -- A Threat Within UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=783; -- Rest and Relaxation UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=2158; -- Encrypted Letter UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=3102; -- Milly Osworth UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3903; -- Milly's Harvest UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=3904; -- Grape Manifest UPDATE `quest_template` SET `Flags`=0 WHERE `ID`=3905; -- Eagan Peltskinner UPDATE `quest_template` SET `QuestDescription`='Eagan Peltskinner is looking for someone to hunt wolves for him. That\'s good news, because we\'re seeing a lot more wolves in Northshire Valley lately.$B$BIf you\'re interested then speak with Eagan. He\'s around the side of the abbey, to the left.' WHERE `ID`=5261; -- Bounty on Garrick Padfoot UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=6; -- Kobold Camp Cleanup UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=7; -- Investigate Echo Ridge UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=15; -- Brotherhood of Thieves UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=18; -- Skirmish at Echo Ridge UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=21; -- Wolves Across the Border UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=33; -- Report to Goldshire UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=54; -- A Threat Within UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=783; -- Rest and Relaxation UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=2158; -- Simple Letter UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3100; -- Consecrated Letter UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3101; -- Encrypted Letter UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3102; -- Hallowed Letter UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3103; -- Glyphic Letter UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3104; -- Tainted Letter UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3105; -- Milly Osworth UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3903; -- Milly's Harvest UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3904; -- Grape Manifest UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=3905; -- Eagan Peltskinner UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=5261;