From 89e2ac5687d698f0843ac46612ee33b6692bbc93 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 5 Jul 2013 12:25:49 -0700 Subject: Move starting brace to new line --- world/map/npc/001-2/omar.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'world/map/npc/001-2/omar.txt') diff --git a/world/map/npc/001-2/omar.txt b/world/map/npc/001-2/omar.txt index 9b1eea8b..db1b3fa1 100644 --- a/world/map/npc/001-2/omar.txt +++ b/world/map/npc/001-2/omar.txt @@ -1,5 +1,6 @@ // -function|script|KadiyaSubquestConsts|{ +function|script|KadiyaSubquestConsts| +{ set @Q_kadiya_status, (QUEST_MAGIC2 & NIBBLE_3_MASK) >> NIBBLE_3_SHIFT; set @Q_STATUS_NONE, 0; @@ -20,7 +21,8 @@ function|script|KadiyaSubquestConsts|{ return; } -001-2.gat,70,60,0|script|Omar|162,{ +001-2.gat,70,60,0|script|Omar|162, +{ callfunc "ElanoreFix"; callfunc "KadiyaSubquestConsts"; @@ -174,7 +176,8 @@ S_update_var: return; } -001-2.gat,76,59,0|script|Kadiya|174,{ +001-2.gat,76,59,0|script|Kadiya|174, +{ callfunc "ElanoreFix"; set @Q_MASK, NIBBLE_3_MASK; set @Q_SHIFT, NIBBLE_3_SHIFT; -- cgit v1.2.3-60-g2f50