summaryrefslogtreecommitdiff
path: root/npc/017-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-20 13:50:39 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-20 13:50:39 -0300
commita5ebf6c44d96cc25ac7e1ea4eae045fcca93563d (patch)
tree7324e826e06f6a5a247e79f91367b5ac54d79635 /npc/017-10
parentd5cb3be008ee739463f880c69eb7e40d9e2fbf55 (diff)
downloadserverdata-a5ebf6c44d96cc25ac7e1ea4eae045fcca93563d.tar.gz
serverdata-a5ebf6c44d96cc25ac7e1ea4eae045fcca93563d.tar.bz2
serverdata-a5ebf6c44d96cc25ac7e1ea4eae045fcca93563d.tar.xz
serverdata-a5ebf6c44d96cc25ac7e1ea4eae045fcca93563d.zip
Fix a bug on Homunculus dispatcher officer, Erik
Diffstat (limited to 'npc/017-10')
-rw-r--r--npc/017-10/dispatcher.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt
index 82be5fd2a..59d78f527 100644
--- a/npc/017-10/dispatcher.txt
+++ b/npc/017-10/dispatcher.txt
@@ -265,7 +265,7 @@ L_Main:
deployhomunculus();
mesc l("Deployed!"), 2;
HOMUN_DEPLOYFIELD=.@dest;
- HOMUN_DEPLOYDATE=gettimetick(2)+(60*.@hours);
+ HOMUN_DEPLOYDATE=gettimetick(2)+(60*60*.@hours);
}
close;