From f2b08ff1c89d6b9086d400247cdd1019660accf3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 10 Apr 2018 11:34:49 -0300 Subject: Correct typo --- npc/functions/scoreboards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/scoreboards.txt') 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]+")"); -- cgit v1.2.3-60-g2f50