diff options
Diffstat (limited to 'npc/003-1/michel.txt')
-rw-r--r-- | npc/003-1/michel.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index 03893dfbe..5278c3065 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -61,14 +61,16 @@ L_GM: mes ""; switch (@menu) { case 2: - $REFERRAL_ENABLED=!$REFERRAL_ENABLED; break; + $REFERRAL_ENABLED=!$REFERRAL_ENABLED; logmes "Enabled REFER event.", LOGMES_ATCOMMAND; break; case 3: HallOfReferral(); break; case 4: mesc "Are you sure?", 1; next; - if (askyesno() == ASK_YES) + if (askyesno() == ASK_YES) { deletearray($REFERRAL_IDS); + logmes "##1Deleted PERMANENTLY the REFER event scoreboard.##0", LOGMES_ATCOMMAND; + } default: close; } next; |