mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 21:27:46 +00:00
Fixed the journal entry not clearing on removal.
This commit is contained in:
parent
8f89eb8f23
commit
6e12668176
1 changed files with 1 additions and 0 deletions
|
@ -1095,6 +1095,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||||
{
|
{
|
||||||
Database.SaveQuest(this, questScenario[i]);
|
Database.SaveQuest(this, questScenario[i]);
|
||||||
questScenario[i] = null;
|
questScenario[i] = null;
|
||||||
|
playerWork.questScenario[i] = 0;
|
||||||
SendQuestClientUpdate(i);
|
SendQuestClientUpdate(i);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue