From 9c08ebbab7841a2e210613f4e072da4ca48f331b Mon Sep 17 00:00:00 2001 From: Lupus Date: Sat, 4 Nov 2006 22:59:57 +0000 Subject: Many small scripts fixes - tabs, parenthesis, typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/airports/lighthalzen.txt | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'npc/airports/lighthalzen.txt') diff --git a/npc/airports/lighthalzen.txt b/npc/airports/lighthalzen.txt index 1ae6a30ca..b2ec84b70 100644 --- a/npc/airports/lighthalzen.txt +++ b/npc/airports/lighthalzen.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf, Muad_Dib //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena Revision 3000+ //===== Description: ========================================= @@ -11,6 +11,7 @@ //===== Additional Comments: ================================= //= 1.0 Cloned from einbroch.txt [Justin84] //= 1.1 Removed Duplicates [Silent] +//= 1.2 Fixed syntax errors for duplicate [KarLaeda] //============================================================ @@ -53,12 +54,8 @@ lhz_airport.gat,126,43,4 script Airport Staff#1::AirportL 90,{ close; } -lhz_airport.gat,143,43,4 duplicate(AirportL) Airport Staff#2 90,{ -// script Airport_Staff_In; -} -lhz_airport.gat,156,43,4 duplicate(AirportL) Airport Staff#3 90,{ -// script Airport_Staff_In; -} +lhz_airport.gat,143,43,4 duplicate(AirportL) Airport Staff#2 90 +lhz_airport.gat,156,43,4 duplicate(AirportL) Airport Staff#3 90 lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{ mes "[Airport Staff]"; @@ -90,8 +87,5 @@ lhz_airport.gat,126,51,4 script Airport Staff#4::AirportL2 90,{ close; } -lhz_airport.gat,143,51,4 duplicate(AirportL2) Airport Staff#5 90,{ -} - -lhz_airport.gat,156,51,4 duplicate(AirportL2) Airport Staff#6 90,{ -} +lhz_airport.gat,143,51,4 duplicate(AirportL2) Airport Staff#5 90 +lhz_airport.gat,156,51,4 duplicate(AirportL2) Airport Staff#6 90 -- cgit v1.2.3-70-g09d2