diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 23:22:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 23:22:33 -0300 |
commit | 5f58082d9bd1beb5a1f9a4176a96b0b6ce42b9f0 (patch) | |
tree | ce83f6ddb021991c7fa63f8d63a915ef0d13440c /npc/003-1 | |
parent | 4cd1e7713ed473b799e5adfb1b4f5c3a4f4c4463 (diff) | |
download | serverdata-5f58082d9bd1beb5a1f9a4176a96b0b6ce42b9f0.tar.gz serverdata-5f58082d9bd1beb5a1f9a4176a96b0b6ce42b9f0.tar.bz2 serverdata-5f58082d9bd1beb5a1f9a4176a96b0b6ce42b9f0.tar.xz serverdata-5f58082d9bd1beb5a1f9a4176a96b0b6ce42b9f0.zip |
Rewrite Halinarzo siege logic to new unified standard
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 d9fb2b20a..f4f6bfca9 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -144,7 +144,7 @@ OnStartSiege: // Timers OnTimer5000: .siegetime+=5; - do_siege("012-1", "014-3", "HURNS", TP_HURNS, .name$, .siegetime); + do_siege("003-1", "004-3", "TULIM", TP_TULIM, .name$, .siegetime); switch (.siegetime) { // Monster Army arrives in town case 60: |