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/002-3/_mobs.txt | 3 ++- world/map/npc/002-3/mining_camp_barrier.txt | 4 ++-- world/map/npc/002-3/nathan.txt | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'world/map/npc/002-3') diff --git a/world/map/npc/002-3/_mobs.txt b/world/map/npc/002-3/_mobs.txt index 4bbf4acf..7d7ac034 100644 --- a/world/map/npc/002-3/_mobs.txt +++ b/world/map/npc/002-3/_mobs.txt @@ -3,6 +3,7 @@ -002-3.gat,0,0,0|script|Mob002-3|-1,{ +002-3.gat,0,0,0|script|Mob002-3|-1, +{ end; } diff --git a/world/map/npc/002-3/mining_camp_barrier.txt b/world/map/npc/002-3/mining_camp_barrier.txt index 84a239e8..2ff0b35e 100644 --- a/world/map/npc/002-3/mining_camp_barrier.txt +++ b/world/map/npc/002-3/mining_camp_barrier.txt @@ -1,7 +1,7 @@ //Sandstorm mine barrier -002-3.gat,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0,{ - +002-3.gat,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0, +{ // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-3/nathan.txt b/world/map/npc/002-3/nathan.txt index 675f01ea..b3661911 100644 --- a/world/map/npc/002-3/nathan.txt +++ b/world/map/npc/002-3/nathan.txt @@ -1,7 +1,7 @@ // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-3.gat,42,45,6|script|Nathan|109,{ - +002-3.gat,42,45,6|script|Nathan|109, +{ // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; -- cgit v1.2.3-60-g2f50