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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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