fix(Scripts/Netherstorm): make "Mark V is Alive!" group completable (#20360)

groupevent instead of completequest
This commit is contained in:
Jelle Meeus
2024-11-02 10:36:32 +01:00
committed by GitHub
parent 29645685c0
commit 0a182b7274

View File

@@ -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;
}
}