diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
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; |