Corrected studded bustier quest objectives.
This commit is contained in:
parent
e083b219f0
commit
3e36e18f91
2 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue