mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 11:58:17 +02:00
Fixed quest loading
This commit is contained in:
parent
02cb0a3f43
commit
a2c4d077e9
3 changed files with 49 additions and 16 deletions
|
@ -161,7 +161,7 @@ namespace Meteor.Map.Actors.QuestNS
|
|||
|
||||
public void Save()
|
||||
{
|
||||
Database.SaveQuest(owner, parent);
|
||||
Database.UpdateQuest(owner, parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue