diff options
author | j-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-06 16:25:09 +0000 |
---|---|---|
committer | j-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-06 16:25:09 +0000 |
commit | 1530932bd5a56eed2d2ac57aa8ebcbb7da92281e (patch) | |
tree | b7e72184cec46bd0417ddd6e4341dae47afa4ef1 /npc/re/guides/guides_ayothaya.txt | |
parent | 7a3db39705c14af581bd28f46dd22f24f009999f (diff) | |
download | hercules-1530932bd5a56eed2d2ac57aa8ebcbb7da92281e.tar.gz hercules-1530932bd5a56eed2d2ac57aa8ebcbb7da92281e.tar.bz2 hercules-1530932bd5a56eed2d2ac57aa8ebcbb7da92281e.tar.xz hercules-1530932bd5a56eed2d2ac57aa8ebcbb7da92281e.zip |
- 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
Diffstat (limited to 'npc/re/guides/guides_ayothaya.txt')
-rw-r--r-- | npc/re/guides/guides_ayothaya.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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"; |