summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:11:11 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:11:11 -0300
commit9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54 (patch)
tree026236dc1b7e8f6c1319294d1f98303cbb87ac29 /npc/functions/main.txt
parent06aafc9a2a8213040aa33cc2c2a819d1be6f874b (diff)
downloadserverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.tar.gz
serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.tar.bz2
serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.tar.xz
serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.zip
Remove mescol, use only mesc - which is preferred over mes col() form
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 1a074e6b8..de794c0d7 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -80,13 +80,8 @@ function script addremovemapmask {
return;
}
-function script mescol {
- mes col(getarg(0),getarg(1));
- return;
-}
-
function script mesc {
- mes col(getarg(0),9);
+ mes col(getarg(0),getarg(1,9));
return;
}