summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-02-22 09:45:01 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2013-02-22 09:45:01 +0100
commit8600463ff2f55f7e6d3f4358a62bf8b5ef717902 (patch)
tree1cc42da2909201fb6740015ee60c907275ae159e
parentf46d726a9c67e3fde59c55947b2e9114913ee27f (diff)
downloadserverdata-8600463ff2f55f7e6d3f4358a62bf8b5ef717902.tar.gz
serverdata-8600463ff2f55f7e6d3f4358a62bf8b5ef717902.tar.bz2
serverdata-8600463ff2f55f7e6d3f4358a62bf8b5ef717902.tar.xz
serverdata-8600463ff2f55f7e6d3f4358a62bf8b5ef717902.zip
Tulimshar mines quest: Add missing subfunctions.v2013.02.22
Reported by Whistler.
-rw-r--r--world/map/npc/002-4/chest.txt4
-rw-r--r--world/map/npc/002-4/miners.txt4
2 files changed, 8 insertions, 0 deletions
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;
}