diff options
-rw-r--r-- | npc/functions/scoreboards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 979b918f1..3158aea56 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -89,7 +89,7 @@ function script HallOfCoins { function script HallOfGMLog { mes ""; - .@nb = query_sql("select char_name, command from `atcommandlog` ORDER BY atcommand_id DESC LIMIT 10", .@name$, .@value$); + .@nb = query_sql("select char_name, command from `atcommandlog` ORDER BY atcommand_id DESC LIMIT 15", .@name$, .@value$); mes l("##BLatest GM Commands##b"); mes("1."+.@name$[0]+" ("+.@value$[0]+")"); mes("2."+.@name$[1]+" ("+.@value$[1]+")"); |