From c91c7639300ec19725c718dadda18e1c76622bf0 Mon Sep 17 00:00:00 2001 From: KirieZ Date: Mon, 20 Feb 2017 10:36:53 -0300 Subject: Fixes getbattleflag on npc/other/auction.txt ( Fixes #1580 ) --- npc/other/auction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3-60-g2f50