From 1530932bd5a56eed2d2ac57aa8ebcbb7da92281e Mon Sep 17 00:00:00 2001 From: j-tkay Date: Thu, 6 Dec 2012 16:25:09 +0000 Subject: - Fixed bugreport:6979, added missing case in Ayothaya Guide NPC. (re/guides/guides_ayothaya.txt) - Standardized headers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17007 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/guides/guides_ayothaya.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/re/guides/guides_ayothaya.txt') diff --git a/npc/re/guides/guides_ayothaya.txt b/npc/re/guides/guides_ayothaya.txt index cafc85dc9..b6da9cba5 100644 --- a/npc/re/guides/guides_ayothaya.txt +++ b/npc/re/guides/guides_ayothaya.txt @@ -3,14 +3,15 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Guide for the city of Ayothaya //===== Additional Comments: ================================= //= 1.0 First version, Renewal guide. +//= 1.1 Added missing case. [Joseph] //============================================================ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ @@ -22,7 +23,7 @@ ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{ mes "Take your time to look around."; while (1) { next; - switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:[ Aibakthing ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Noi]"; mes "The ^0000FFWeapon Shop^000000"; @@ -95,7 +96,7 @@ ayothaya,146,86,4 script Ayothaya Guide Noa#01ay 839,{ mes "Take your time to look around."; while (1) { next; - switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) { + switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:[ Aibakthing ]:Remove Marks from Mini-Map:Cancel")) { case 1: mes "[Noa]"; mes "The ^0000FFKafra Employee^000000 is"; -- cgit v1.2.3-70-g09d2