diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 20:12:45 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:22 +0100 |
commit | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch) | |
tree | 5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/other/auction.txt | |
parent | ef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff) | |
download | hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.gz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.bz2 hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.xz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.zip |
Replace -1,{ with FAKE_NPC,{
replace using Notepad++
Diffstat (limited to 'npc/other/auction.txt')
-rw-r--r-- | npc/other/auction.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 42df057f6..f4b9c41e1 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -88,7 +88,7 @@ function script F_AuctionWarper { } //== Sign posts ============================================ -- script Information Post#dum::AuctionSign -1,{ +- script Information Post#dum::AuctionSign FAKE_NPC,{ mes "[Information]"; mes "Auction Warp Guide"; close; @@ -106,7 +106,7 @@ auction_02,151,17,0 warp auction_enterance_juno 1,1,yuno,132,119 auction_02,43,17,0 warp auction_enterance_lhz 1,1,lighthalzen,209,169 //== Auction House NPCs ==================================== -- script Auction Broker#dum::AuctionBroker -1,{ +- script Auction Broker#dum::AuctionBroker FAKE_NPC,{ mes "[Auction Broker]"; mes "Welcome to the Auction Hall."; mes "Would you like to view the goods?"; |