From 7f631a0654aa1ab4d9356753c49457a0f571c58b Mon Sep 17 00:00:00 2001
From: brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>
Date: Sat, 26 May 2012 23:53:26 +0000
Subject: - Follow up to r16147: check the price in the shop file, instead of
 id->value_buy. Thanks EvilPuncker!

git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16154 54d463be-8e91-2dee-dedb-b68131a5f0ec
---
 src/map/npc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/map')

diff --git a/src/map/npc.c b/src/map/npc.c
index 9cfce37ac..3cd588b73 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -2109,7 +2109,7 @@ static const char* npc_parse_shop(char* w1, char* w2, char* w3, char* w4, const
 			else value = 0; // Cashshop doesn't have a "buy price" in the item_db
 		}
 
-		if( type == SHOP && id->value_buy == 0 )
+		if( type == SHOP && value == 0 )
 		{ // NPC selling items for free!
 			ShowWarning("npc_parse_shop: Item %s [%d] is being sold for FREE in file '%s', line '%d'.\n",
 				id->name, nameid, filepath, strline(buffer,start-buffer));
-- 
cgit v1.2.3-70-g09d2