summaryrefslogtreecommitdiff
path: root/npc/003-1/michel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/michel.txt')
-rw-r--r--npc/003-1/michel.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt
index 58bf0f947..31a709b62 100644
--- a/npc/003-1/michel.txt
+++ b/npc/003-1/michel.txt
@@ -2,7 +2,7 @@
// Author:
// Jesusalva
// Description:
-// Leaderboards + GM Command Log
+// Currently Leaderboards + GM Command Log. But is a free npc.
003-1,89,109,0 script Michel NPC_BACCHUS,{
@@ -10,19 +10,12 @@
mesq l("All hail the ones who proven their worth before the whole Alliance!");
HallOfFame();
- next;
-
- HallOfFortune();
- next;
-
- HallOfLevel();
- next;
// Anyone with GM Level, staff or not, is allowed to latest GM logs
if (!getgmlevel()) close;
- HallOfGMLog();
next;
+ HallOfGMLog();
// Only Admins are allowed to change the HoF Scoreboard
if (!is_admin()) close;