parent
09f3ae4557
commit
c83409daec
1 changed files with 2 additions and 0 deletions
|
@ -1722,6 +1722,8 @@ void Quest::SetLevel(int8 in_level) {
|
|||
void Quest::SetCompletedFlag(bool val) {
|
||||
completed_flag = val;
|
||||
SetUpdateRequired(true);
|
||||
if(player && player->GetClient())
|
||||
player->GetClient()->SendQuestJournalUpdate(this, true);
|
||||
}
|
||||
|
||||
void Quest::SetStepTimer(int32 duration) {
|
||||
|
|
Loading…
Add table
Reference in a new issue