diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-29 18:36:09 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-29 18:36:09 +0000 |
commit | 9abd4a42416adfd274ba1c10c74fa235ffaad561 (patch) | |
tree | 2d4904c05b1242e77b1b9fb320b4c077fe2b2574 /npc/guides/guides_lhz.txt | |
parent | 5a68da99efb27a92e2dbd2b79c1db1410dd19704 (diff) | |
download | hercules-9abd4a42416adfd274ba1c10c74fa235ffaad561.tar.gz hercules-9abd4a42416adfd274ba1c10c74fa235ffaad561.tar.bz2 hercules-9abd4a42416adfd274ba1c10c74fa235ffaad561.tar.xz hercules-9abd4a42416adfd274ba1c10c74fa235ffaad561.zip |
Bug Fixes:
- Check if user has zeny. (bugreport:2498)
- Fixed typo. (bugreport:2473)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13389 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_lhz.txt')
-rw-r--r-- | npc/guides/guides_lhz.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guides/guides_lhz.txt b/npc/guides/guides_lhz.txt index 7e13464e0..e75dc8240 100644 --- a/npc/guides/guides_lhz.txt +++ b/npc/guides/guides_lhz.txt @@ -50,7 +50,7 @@ lighthalzen,207,310,5 script Guide#lhz::LhzGuide 852,{ while(.@loop2) { if (.@wait_button_chk == 0) set .@wait_button_chk,1; else next; - switch(select("^FF0000Rekenber Corporation^000000:Train Staition:Police Station:Bank:Hotel:Airport:Merchant Guild:Jewelry Shop:Weapon Shop:Departement Store:Cancel")) { + switch(select("^FF0000Rekenber Corporation^000000:Train Station:Police Station:Bank:Hotel:Airport:Merchant Guild:Jewelry Shop:Weapon Shop:Departement Store:Cancel")) { case 1: mes "[Lighthalzen Guide]"; mes "Rekenber Corporation,"; |