From 9ec5b86a89da472e7db3bda5c0c1e6abf6e0103f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 12:11:21 -0300 Subject: Raise @servmsg limit --- npc/commands/kami.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands') 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$); } -- cgit v1.2.3-70-g09d2