diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 19:11:43 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 19:11:43 +0000 |
commit | 08183ff337d09e22aa964883cc2722c68394d3c6 (patch) | |
tree | c1b96d34a67192f7bc50ee1021feb00de899e023 | |
parent | ec42e34dee68351bf041dab7b4dc4d712cba300f (diff) | |
download | hercules-08183ff337d09e22aa964883cc2722c68394d3c6.tar.gz hercules-08183ff337d09e22aa964883cc2722c68394d3c6.tar.bz2 hercules-08183ff337d09e22aa964883cc2722c68394d3c6.tar.xz hercules-08183ff337d09e22aa964883cc2722c68394d3c6.zip |
minor stuff
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6089 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/guides/guides_hu.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/guides/guides_hu.txt b/npc/guides/guides_hu.txt index b6a82bf87..5a654e1f3 100644 --- a/npc/guides/guides_hu.txt +++ b/npc/guides/guides_hu.txt @@ -11,8 +11,9 @@ //===== Additional Comments: =================================
//= 1.0 Started the script. [erKURITA]
//============================================================
-hugel.gat,98,57,3 script Old Lady 863,{
+
+hugel.gat,98,57,3 script Old Lady 863,{
mes "[Old Lady]";
mes "Welcome to Hugel, the Power Source City.";
next;
@@ -107,6 +108,7 @@ M_Menu: mes "[Old Lady]";
mes "The 'Bingo House' is located at the northwest of Hugel. Lay your bet ladies and gentlements!";
viewpoint 1,57,207,7,0xFF8000;
+ goto sL_Wipe;
M_1_8:
set @COMPASS_CHECK, 2;
|