summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/033-1/kimarr.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 76451891..8a16ab93 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -563,9 +563,15 @@ L_Enable:
return;
L_Reset:
+ if (GM < G_EVENT) goto L_Decline;
cleararray $Record_CRC_Fluffy_Kills, 0, MAX_HIGH_SCORES;
cleararray $Record_CRC_Fluffy_Name$, "", MAX_HIGH_SCORES;
cleararray $Record_CRC_Fluffy_Date$, "", MAX_HIGH_SCORES;
gmlog strcharinfo(0) + " wiped Fluffy Hunt Event Scoreboards.";
return;
+
+L_Decline:
+ mes "[Numa]";
+ mes "I'm sorry, but your GM level does not authorizes you to perform this operation.";
+ return;
}