fix(Scripts/Netherstorm): make "Mark V is Alive!" group completable (#20360)
groupevent instead of completequest
This commit is contained in:
parent
29645685c0
commit
0a182b7274
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ public:
|
|||
}
|
||||
break;
|
||||
case 36: //return and quest_complete
|
||||
player->CompleteQuest(QUEST_MARK_V_IS_ALIVE);
|
||||
player->GroupEventHappens(QUEST_MARK_V_IS_ALIVE, me);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue