mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed a bunch of bugs Jorge found. Readded tutorial quests back.
This commit is contained in:
		| @@ -72,7 +72,7 @@ namespace Meteor.Map.Actors.QuestNS | ||||
|  | ||||
|         public void UpdateQuestCompleted(Quest quest) | ||||
|         { | ||||
|             CompletedQuestsBitfield.Set(quest.Id - SCENARIO_START); | ||||
|             CompletedQuestsBitfield.Set(quest.GetQuestId() - SCENARIO_START); | ||||
|             QuestGameData[] updated = Server.GetQuestGamedataByPrerequisite(quest.GetQuestId()); | ||||
|             foreach (var questData in updated) | ||||
|                 PrereqBitfield.Set(questData.Id - SCENARIO_START); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user