diff options
Diffstat (limited to 'npc/config')
-rw-r--r-- | npc/config/events.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/config/events.txt b/npc/config/events.txt index 55c4433..3dd4311 100644 --- a/npc/config/events.txt +++ b/npc/config/events.txt @@ -176,7 +176,8 @@ OnMFDispose: OnMFSurvive: dispbottom l("Mission accomplished. Well played!"); - // TODO: Mark as "done" on Mirror Lake Quest Tracker + // Mark as "done" on Mirror Lake Quest Tracker + ##01_CRQUEST = ##01_CRQUEST | MLP_CR_DEBUT; specialeffect(FX_FANFARE, AREA, getcharid(3)); sleep2(15000); warp("033-1", 72, 191); |