diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-10 11:34:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-10 11:34:49 -0300 |
commit | f2b08ff1c89d6b9086d400247cdd1019660accf3 (patch) | |
tree | 8f689b16812e006b9194e087cc5121b53fc87c99 /npc | |
parent | 911760543714c59ef121917de095cde8f13415e8 (diff) | |
download | serverdata-f2b08ff1c89d6b9086d400247cdd1019660accf3.tar.gz serverdata-f2b08ff1c89d6b9086d400247cdd1019660accf3.tar.bz2 serverdata-f2b08ff1c89d6b9086d400247cdd1019660accf3.tar.xz serverdata-f2b08ff1c89d6b9086d400247cdd1019660accf3.zip |
Correct typo
Diffstat (limited to 'npc')
-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]+")"); |