diff options
Diffstat (limited to 'npc/other/auction.txt')
-rw-r--r-- | npc/other/auction.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 899ed11a3..e26ae6496 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -4,8 +4,8 @@ //= L0ne_W0lf //===== Current Version: ===================================== //= 1.3 -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= Auction house releated NPCs, and warps //===== Additional Comments: ================================= //= 1.0 First version, place holders only. [L0ne_W0lf] @@ -44,7 +44,7 @@ function script F_AuctionWarper { mes "Great! Well then,"; mes "I hope you have fun"; mes "and enjoy the auction~"; - }else{ + } else { mes "[Auction Hall Guide]"; mes "Enjoy your auction."; } |