summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-08 17:07:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-08 17:07:41 -0300
commitcfb86d24b4f89563c8cbe9d539d86a02bd86a1f9 (patch)
treeae8730ad7d1f38bb467882ffe471ee23ab411f89 /npc/functions
parentc70e592d9722c7fb224843695d614d1e5e5904ff (diff)
downloadserverdata-cfb86d24b4f89563c8cbe9d539d86a02bd86a1f9.tar.gz
serverdata-cfb86d24b4f89563c8cbe9d539d86a02bd86a1f9.tar.bz2
serverdata-cfb86d24b4f89563c8cbe9d539d86a02bd86a1f9.tar.xz
serverdata-cfb86d24b4f89563c8cbe9d539d86a02bd86a1f9.zip
Fix typos at Illia Janitors
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 763a1c40..0b89ae72 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -699,7 +699,7 @@ function script fakenpcname {
function script npcwarp {
if (getargcount() > 2)
- .@id=getnpcid(getarg(3));
+ .@id=getnpcid(getarg(2));
else
.@id=getnpcid();