Fixed quest loading

This commit is contained in:
Filip Maj 2022-02-17 21:30:06 -05:00
parent 02cb0a3f43
commit a2c4d077e9
3 changed files with 49 additions and 16 deletions

View file

@ -161,7 +161,7 @@ namespace Meteor.Map.Actors.QuestNS
public void Save()
{
Database.SaveQuest(owner, parent);
Database.UpdateQuest(owner, parent);
}
}
}