mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 12:47:46 +00:00
Fixed replaced quests not being added to the complete list
This commit is contained in:
parent
0cdeb5d9ac
commit
c6a372ad83
1 changed files with 1 additions and 0 deletions
|
@ -1495,6 +1495,7 @@ namespace Meteor.Map.Actors
|
|||
{
|
||||
SendQuestClientUpdate(i);
|
||||
oldQuestInstance.OnComplete();
|
||||
Database.SaveCompletedQuests(playerSession.GetActor());
|
||||
questStateManager.UpdateQuestCompleted(oldQuestInstance);
|
||||
Quest newQuestInstance = questStateManager.GetActiveQuest(((Quest)Server.GetStaticActors(questName)).GetQuestId());
|
||||
questScenario[i] = newQuestInstance;
|
||||
|
|
Loading…
Add table
Reference in a new issue