From 14b0731f8a74aad602e004fa726c53584bb72029 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 24 Nov 2013 14:44:15 -0800 Subject: Fix style and logic of UnequipCB --- world/map/npc/026-1/munro.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'world/map/npc/026-1') diff --git a/world/map/npc/026-1/munro.txt b/world/map/npc/026-1/munro.txt index 1151e3b8..ab304091 100644 --- a/world/map/npc/026-1/munro.txt +++ b/world/map/npc/026-1/munro.txt @@ -69,6 +69,7 @@ L_disablemunro: disablenpc "Munro"; L_End: + setnpctimer 0; end; } @@ -81,7 +82,7 @@ function|script|CheckMunro|, if ((gettime(6) == 12 && gettime(5) >= 23) || (gettime(6) == 12 && gettime(5) <= 26)) goto L_Return; - // unequipbyid @slotId; + callfunc "UnequipLater"; L_Return: return; -- cgit v1.2.3-60-g2f50