summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 12:11:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 12:11:21 -0300
commit9ec5b86a89da472e7db3bda5c0c1e6abf6e0103f (patch)
treeabb633d4d31b98a185f532de2e1ff8e701655027 /npc
parent0b4eff15f9619146386480b5a7b544626a90f791 (diff)
downloadserverdata-9ec5b86a89da472e7db3bda5c0c1e6abf6e0103f.tar.gz
serverdata-9ec5b86a89da472e7db3bda5c0c1e6abf6e0103f.tar.bz2
serverdata-9ec5b86a89da472e7db3bda5c0c1e6abf6e0103f.tar.xz
serverdata-9ec5b86a89da472e7db3bda5c0c1e6abf6e0103f.zip
Raise @servmsg limit
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/kami.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 4c1109680..503c405c1 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -20,7 +20,7 @@ OnServMsg:
.@request$ = strcharinfo(0)+": ";
.@request$ += implode(.@atcmd_parameters$, " ");
// This can be slow, beware
- .@c = getunits(BL_PC, .@players, 20);
+ .@c = getunits(BL_PC, .@players, 40);
for (.@i = 0; .@i < .@c; .@i++) {
message(.@players[.@i], .@request$);
}