From 8600463ff2f55f7e6d3f4358a62bf8b5ef717902 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 22 Feb 2013 09:45:01 +0100 Subject: Tulimshar mines quest: Add missing subfunctions. Reported by Whistler. --- world/map/npc/002-4/chest.txt | 4 ++++ world/map/npc/002-4/miners.txt | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'world') diff --git a/world/map/npc/002-4/chest.txt b/world/map/npc/002-4/chest.txt index c2fec840..61b59109 100644 --- a/world/map/npc/002-4/chest.txt +++ b/world/map/npc/002-4/chest.txt @@ -44,4 +44,8 @@ L_TooMany: L_Close: set @state, 0; close; + +S_Update_Var: + set QUEST_SouthTulimshar, (QUEST_SouthTulimshar & ~(BYTE_2_MASK) | (@state << BYTE_2_SHIFT)); + return; } diff --git a/world/map/npc/002-4/miners.txt b/world/map/npc/002-4/miners.txt index 401a7bbc..fdb20306 100644 --- a/world/map/npc/002-4/miners.txt +++ b/world/map/npc/002-4/miners.txt @@ -69,4 +69,8 @@ L_Sema_Done: L_Close: set @state, 0; close; + +S_Update_Var: + set QUEST_SouthTulimshar, (QUEST_SouthTulimshar & ~(BYTE_2_MASK) | (@state << BYTE_2_SHIFT)); + return; } -- cgit v1.2.3-60-g2f50