diff options
author | Ridley <ridley8819@gmail.com> | 2017-02-20 17:56:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 17:56:51 +0100 |
commit | 20145c61053479b9acd8ed50c75a80c2a861e349 (patch) | |
tree | 88da5c5e3f7ae151cac5c1b2f6ce95ccc1e29dc8 | |
parent | fb4df10d2108dd2d8e4cd63fff5a64451d16dfcd (diff) | |
parent | c91c7639300ec19725c718dadda18e1c76622bf0 (diff) | |
download | hercules-20145c61053479b9acd8ed50c75a80c2a861e349.tar.gz hercules-20145c61053479b9acd8ed50c75a80c2a861e349.tar.bz2 hercules-20145c61053479b9acd8ed50c75a80c2a861e349.tar.xz hercules-20145c61053479b9acd8ed50c75a80c2a861e349.zip |
Merge pull request #1581 from guilherme-gm/auction-fix
Fixes getbattleflag on npc/other/auction.txt
-rw-r--r-- | npc/other/auction.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 21b2972a8..76e1a6042 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -113,7 +113,7 @@ auction_02,43,17,0 warp auction_enterance_lhz 1,1,lighthalzen,209,169 next; if (select("Yes", "No") == 1) { mes "[Auction Broker]"; - if ( getbattleflag( "feature.auction" ) ) { + if (getbattleflag("features/auction")) { mes "Very well."; mes "Please take"; mes "a look, and see"; |