From 990bbce43661d7f9d2bd3f510f06761af36203ab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 11:53:43 -0300 Subject: Remove optional param from siege begin --- npc/003-1/lieutenantdausen.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/003-1') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 62c9c9628..3856e6829 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -131,7 +131,8 @@ OnMKSiege: $@SIEGE_TULIM=rand(1,10); OnStartSiege: siege_setup("004-1"); - siege_setup("003-1", "WARNING! WARNING! Siege starting at Tulimshar!!"); + siege_setup("003-1"); + kamibroadcast(col("WARNING! WARNING! Siege starting at Tulimshar!!",1)); siege_cast("014-3", .name$, 0, TP_TULIM); initnpctimer; end; -- cgit v1.2.3-70-g09d2