diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-20 19:13:08 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-20 19:13:08 +0000 |
commit | e4610110b3c2724b4716c6dd054e0f21e50baef2 (patch) | |
tree | f5c5c87a4f7607824667d08d00fdb627256862ec /npc/merchants/refine.txt | |
parent | d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988 (diff) | |
download | hercules-e4610110b3c2724b4716c6dd054e0f21e50baef2.tar.gz hercules-e4610110b3c2724b4716c6dd054e0f21e50baef2.tar.bz2 hercules-e4610110b3c2724b4716c6dd054e0f21e50baef2.tar.xz hercules-e4610110b3c2724b4716c6dd054e0f21e50baef2.zip |
* Fixed DZeroX's fix! (Missing ;'s)
* Added Guild PVP NPC, and seal progress NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13222 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/refine.txt')
-rw-r--r-- | npc/merchants/refine.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 72848d48b..ec71e423d 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -149,7 +149,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ close; } getitem 612,.@input; // Portable_Furnace - set Zeny,Zeny-.@sell + set Zeny,Zeny-.@sell; mes "[Christopher Guillenrow]"; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need."; close; @@ -230,7 +230,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ close; } getitem 1010,.@input; // Phracon - set Zeny,Zeny-.@sell + set Zeny,Zeny-.@sell; mes "[Christopher Guillenrow]"; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need."; close; @@ -268,7 +268,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ close; } getitem 1011,.@input; // Emveretarcon - set Zeny,Zeny-.@sell + set Zeny,Zeny-.@sell; mes "[Christopher Guillenrow]"; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need, whenever ye want."; close; |