diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-29 09:47:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-29 09:47:05 -0300 |
commit | 27c0fdf5c96e9195a82355d516b19c77fe8443a4 (patch) | |
tree | d0854d1bde64dc5e7abfe8bf1b96b67d2591163c /npc/003-1 | |
parent | 28fda30f68182b841413f69f7e63a25a09d1d009 (diff) | |
download | serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.tar.gz serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.tar.bz2 serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.tar.xz serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.zip |
Fix the bugs related to Tulimshar siege. Sorry.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 9c7ebe81e..7f0569819 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -134,14 +134,14 @@ OnGuardDeath: OnMKSiege: OnStartSiege: kamibroadcast(col("WARNING! WARNING! Monster Army marching towards Tulimshar!!",1)); - do_siege("003-1", "004-3", "TULIM", TP_TULIM, .name$, .siegetime); + do_siege("003-1", "004-1", "TULIM", TP_TULIM, .name$, .siegetime); initnpctimer; end; // Timers OnTimer5000: .siegetime+=5; - do_siege("003-1", "004-3", "TULIM", TP_TULIM, .name$, .siegetime); + do_siege("003-1", "004-1", "TULIM", TP_TULIM, .name$, .siegetime); switch (.siegetime) { // Monster Army arrives in town case 60: |