diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-20 05:43:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-20 05:43:48 +0000 |
commit | 36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988 (patch) | |
tree | 2f7c6bbdb283b98e36dca3e8344f861fc8f21a1f /npc/cities/louyang.txt | |
parent | 79ea710ca5facb2c20fae16d6107dfa16a0f22bc (diff) | |
download | hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.gz hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.bz2 hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.xz hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.zip |
fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/louyang.txt')
-rw-r--r-- | npc/cities/louyang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt index 29772ee64..6d1062348 100644 --- a/npc/cities/louyang.txt +++ b/npc/cities/louyang.txt @@ -721,12 +721,12 @@ s_Yes: mes "I am sorry, but you don't have enough money.";
close;
}
+ set Zeny,Zeny - 500;
mes "Thank for your patronage.";
mes "We are trying to provide you with";
mes "the best service, Please";
mes "come again.";
close2;
- set Zeny,Zeny - 500;
warp "lou_in01.gat",16,19;
end;
|