summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-11 23:33:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-11 23:33:15 -0300
commite361ee65367ea1c79ccd82f8a4b288de3f5bbeb0 (patch)
tree96e7478e2911fc935f9dfc90de30a40d8dfb01ad /npc/annuals
parent974be4908fe13de586b58949482a7688abeb4110 (diff)
downloadserverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.tar.gz
serverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.tar.bz2
serverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.tar.xz
serverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.zip
...Fix typos
Diffstat (limited to 'npc/annuals')
-rw-r--r--npc/annuals/xmas/2021.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index aca3a4da..58d50ff1 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -292,7 +292,7 @@ function script X21INIT {
}
if (instance_id() >= 0)
- instance_set_timeout(1800, 1800);
+ instance_set_timeout(getarg(0, 1800), getarg(0, 1800));
return;
}