Aura.Channel.World.Quests.QuestObjectiveKill.QuestObjectiveKill C# (CSharp) Method

QuestObjectiveKill() public method

public QuestObjectiveKill ( int amount ) : System.Linq
amount int
return System.Linq
		public QuestObjectiveKill(int amount, params string[] raceTypes)
			: base(amount)
		{
			this.RaceTypes = raceTypes;

			this.MetaData.SetString("TGTSID", string.Join("|", raceTypes));
			this.MetaData.SetInt("TARGETCOUNT", amount);
			this.MetaData.SetShort("TGTCLS", 0);
		}
QuestObjectiveKill