diff options
author | foruken <foruken@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 07:37:47 +0000 |
---|---|---|
committer | foruken <foruken@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 07:37:47 +0000 |
commit | 9ea2f4137a8df5ca720711364ad240fe1a951060 (patch) | |
tree | 8e91c9dc89281d7acbc952e88e6c23c742d27c20 /npc/cities | |
parent | 1181f3ea7d249ef2e1d6571e803940a95d03ffa0 (diff) | |
download | hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.tar.gz hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.tar.bz2 hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.tar.xz hercules-9ea2f4137a8df5ca720711364ad240fe1a951060.zip |
Corrected some errors in cities/hugel.txt and guides/guides_hu.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6003 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/hugel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index fa6b5d58f..e1801f60d 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -20,12 +20,12 @@ //============================================================
hu_in01.gat,23,311,4 script Johsh 898,{
-set @npcname$"[Josh]";
+set @npcname$,"[Josh]";
mes @npcname$;
mes "Hi ho~ I sell some awesome firecrackers, would you like to buy one?";
mes "Only 500z and you get 5 ^FF0000firecrackers^000000!";
-select(switch("Yes Please:No thanks")) {
+switch(select("Yes Please","No thanks")) {
case 1:
if (Zeny < 500) {
mes @npcname$;
|