diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 22:37:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 22:37:39 -0300 |
commit | 83f3c7f0487ba10ac0d7a6fb7f8900695e46d49d (patch) | |
tree | 76dc05cd3dbca3357d86dd50b4ed7f83f1fd47b3 /npc/012-1 | |
parent | 63e793cd7e9f6f712e79b5d655c75ae784d8dac5 (diff) | |
download | serverdata-83f3c7f0487ba10ac0d7a6fb7f8900695e46d49d.tar.gz serverdata-83f3c7f0487ba10ac0d7a6fb7f8900695e46d49d.tar.bz2 serverdata-83f3c7f0487ba10ac0d7a6fb7f8900695e46d49d.tar.xz serverdata-83f3c7f0487ba10ac0d7a6fb7f8900695e46d49d.zip |
Fix bugs, remove Lieutenant Dausen debug NPC
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 8ec5b140f..8b3052edd 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -645,6 +645,7 @@ OnTimer5000: break; // Monster army have withdrawn completly case MK_SIEGE_DURATION: + .siegetime=0; announce(("Hurnscald siege is over!"), bc_all); enablenpc "Gwendolyn"; enablenpc "Milly"; |