mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 03:15:59 +01:00
Fix chasing shadows (mostly)
This commit is contained in:
@@ -53,7 +53,8 @@ public class ExecNotifyGroupLua extends QuestExecHandler {
|
||||
? EventType.EVENT_QUEST_FINISH
|
||||
: EventType.EVENT_QUEST_START;
|
||||
scriptManager.callEvent(
|
||||
new ScriptArgs(groupId, eventType, quest.getSubQuestId())
|
||||
new ScriptArgs(groupId, eventType, quest.getSubQuestId(),
|
||||
quest.getState() == QuestState.QUEST_STATE_FINISHED ? 1 : 0)
|
||||
.setEventSource(quest.getSubQuestId()));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user