summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 12:17:44 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 12:17:44 -0300
commit1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d (patch)
tree2fbefe10e3ac3ff24cdecb16e1a4eef1896f346a /npc/003-1/lieutenantdausen.txt
parent2213b217ccd8b49694714645310f62c11342f518 (diff)
downloadserverdata-1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d.tar.gz
serverdata-1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d.tar.bz2
serverdata-1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d.tar.xz
serverdata-1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d.zip
Fix bug
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index edb800e39..7906bf13b 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -143,7 +143,7 @@ OnGuardDeath:
// Respawn monster from $@SIEGE_TMPMOBS memory
OnRespawn:
- getmapxy(.@m$,.@x,.@y,3);
+ getmapxy(.@m$,.@x,.@y,0);
siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, .name$+"::OnRespawn");
if (rand(10000) <= $coinsrate+($@SIEGE_TULIM*50))
makeitem StrangeCoin, 1, .@m$, .@x, .@y;