Merge remote-tracking branch 'origin/unstable-quests' into unstable-quests

This commit is contained in:
KingRainbow44 2023-04-13 21:34:55 -04:00
commit 55a7c0314d
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -52,7 +52,7 @@ public class ExecNotifyGroupLua extends QuestExecHandler {
quest.getState() == QuestState.QUEST_STATE_FINISHED
? EventType.EVENT_QUEST_FINISH
: EventType.EVENT_QUEST_START;
scriptManager.callEvent(new ScriptArgs(groupId, eventType, quest.getSubQuestId()));
scriptManager.callEvent(new ScriptArgs(groupId, eventType, quest.getSubQuestId()).setEventSource(String.valueOf(quest.getSubQuestId())));
});
return true;