From 3e36e18f91f99fe5b84e18380cd1f0b1d1552943 Mon Sep 17 00:00:00 2001 From: eos Date: Sat, 2 Mar 2013 21:12:46 +0000 Subject: [PATCH] Corrected studded bustier quest objectives. --- Scripts/Engines/MLQuests/Definitions/Heartwood.cs | 2 +- Scripts/Engines/MLQuests/Definitions/Sanctuary.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Engines/MLQuests/Definitions/Heartwood.cs b/Scripts/Engines/MLQuests/Definitions/Heartwood.cs index 76b9a653b..f5f5389ec 100644 --- a/Scripts/Engines/MLQuests/Definitions/Heartwood.cs +++ b/Scripts/Engines/MLQuests/Definitions/Heartwood.cs @@ -1146,7 +1146,7 @@ namespace Server.Engines.MLQuests.Definitions InProgressMessage = 1073951; // I will be in your debt if you bring me studded bustiers. CompletionMessage = 1073976; // Truly, it is worse than I feared. Still, I appreciate your efforts on my behalf. - Objectives.Add( new CollectObjective( 10, typeof( FemaleStuddedChest ), 1027180 ) ); // studded bustier + Objectives.Add( new CollectObjective( 10, typeof( StuddedBustierArms ), 1027180 ) ); // studded bustier Rewards.Add( ItemReward.TailorSatchel ); } diff --git a/Scripts/Engines/MLQuests/Definitions/Sanctuary.cs b/Scripts/Engines/MLQuests/Definitions/Sanctuary.cs index 746bfd2a4..a441b6179 100644 --- a/Scripts/Engines/MLQuests/Definitions/Sanctuary.cs +++ b/Scripts/Engines/MLQuests/Definitions/Sanctuary.cs @@ -300,7 +300,7 @@ namespace Server.Engines.MLQuests.Definitions InProgressMessage = 1074064; // Hurry up! I don't have all day to wait for you to bring what I desire! CompletionMessage = 1074065; // These human made goods are laughable! It offends so -- I must show you what elven skill is capable of! - Objectives.Add( new CollectObjective( 10, typeof( FemaleStuddedChest ), 1027180 ) ); // studded bustier + Objectives.Add( new CollectObjective( 10, typeof( StuddedBustierArms ), 1027180 ) ); // studded bustier Rewards.Add( ItemReward.TailorSatchel ); }