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/034-1/yetiSpawn.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'world/map/npc/034-1/yetiSpawn.txt') diff --git a/world/map/npc/034-1/yetiSpawn.txt b/world/map/npc/034-1/yetiSpawn.txt index 9c1b537a..ebf7b171 100644 --- a/world/map/npc/034-1/yetiSpawn.txt +++ b/world/map/npc/034-1/yetiSpawn.txt @@ -1,7 +1,8 @@ // This file belongs to the yeti hunting quest given by 033-1/yerrnk.txt // Author: Jenalya -034-1.gat,79,98,0|script|#Yerrnk_YetiTrigger|32767,1,3,{ +034-1.gat,79,98,0|script|#Yerrnk_YetiTrigger|32767,1,3, +{ set @state, ((QUEST_Barbarians & $@Q_Barbarians_MASK) >> $@Q_Barbarians_SHIFT); if (@state != 7) end; @@ -14,7 +15,8 @@ end; } -034-1.gat,78,98,0|script|#Yerrnk_Yeti|32767,{ +034-1.gat,78,98,0|script|#Yerrnk_Yeti|32767, +{ end; OnYeti: -- cgit v1.2.3-60-g2f50