From 2bb879552c0cd1cf4e8838885f72afa5cad8b724 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sat, 31 May 2008 00:21:08 +0000 Subject: * Corrected some typos errors in Gunslinger Quest. (bugreport:1549) * Corrected some "mes" without the getitemname in Sage Quest. (bugreport:1564) * Deleted Empty Color Tag in Soul Linker Quest. (bugreport:1572) * Changed an incorrect "!=" to "==" in Sage Quest. (bugreport:1572) -And Small Typo Error. * Changed some "close"s to "close2"s on Aldebaran Guides. (bugreport:1597) * Deleted a Unnecessary "end" in Rachel Guide. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12746 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guides/guides_alde.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/guides/guides_alde.txt') diff --git a/npc/guides/guides_alde.txt b/npc/guides/guides_alde.txt index 8fd200650..d65af4d45 100644 --- a/npc/guides/guides_alde.txt +++ b/npc/guides/guides_alde.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.6a //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA] //= 1.5 Removed Duplicates [Silent] //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.6a Changed some "close"s to "close2"s. (bugreport:1597) [Samuray22] //============================================================ aldebaran,139,63,4 script Soldier#alde 105,{ @@ -42,14 +43,14 @@ aldebaran,139,63,4 script Soldier#alde 105,{ mes "^515151+^000000 -> Pub"; mes "^3355FF+^000000 -> Item Shop"; mes "^FF5555+^000000 -> Alchemist Guild"; - close; + close2; cutin "prt_soldier",255; end; } mes "[Al De Baran Guard]"; mes "We are sworn to protect Al De Baran! May the forces of evil always be crushed by the"; mes "righteous fist of good!"; - close; + close2; cutin "prt_soldier",255; end; } -- cgit v1.2.3-70-g09d2