Fix quest 21010 reward.

This commit is contained in:
An-Li Ting
2026-02-03 01:48:00 +08:00
parent cf5ba09233
commit 02380aeee9

View File

@@ -83,8 +83,8 @@ function end(mode, type, selection) {
} else if (status == 2) {
if (qm.isQuestStarted(21010) && !qm.isQuestCompleted(21010)) {
qm.gainExp(16);
qm.gainItem(2000022, 3);
qm.gainItem(2000023, 3);
qm.gainItem(2000022, 5);
qm.gainItem(2000023, 5);
qm.forceCompleteQuest();
}