summaryrefslogtreecommitdiff
path: root/npc/custom/Auctioneer.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
commit788a65d41bce37aad857e5b5202d0293e84963a2 (patch)
tree2070539f8f2ed0a635ff39a18194c21a76595848 /npc/custom/Auctioneer.txt
parenta50476a588b2d7bc819cf0235a093dcddef9f2bf (diff)
downloadhercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/Auctioneer.txt')
-rw-r--r--npc/custom/Auctioneer.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt
index df9d92fcc..efdbd204e 100644
--- a/npc/custom/Auctioneer.txt
+++ b/npc/custom/Auctioneer.txt
@@ -25,7 +25,7 @@
//= reported inside the thread I made for this script, but be replaced by GM if proof was given :D
//===========================================================================================
-prontera.gat,153,193,5 script Auctioneer 807,{
+prontera,153,193,5 script Auctioneer 807,{
mes "[Auctioneer]";
set @num,0;
// These few line below are to recover item that would be lost due to a new auction starting
@@ -517,7 +517,7 @@ L_BItemsLoop:
// Only for display purposes, and telling people info about the auction
// Can also be used for finding out what phase the auction is in
-prontera.gat,158,193,3 script Auction Helper 833,{
+prontera,158,193,3 script Auction Helper 833,{
mes "[Auction Helper]";
set @num,0;
if($Auction==0 && $AItemsB[@num]!=0) goto L_ItemRecover;