From 24d218f216b57f28d428c88279d9f098f7a0acb0 Mon Sep 17 00:00:00 2001 From: Tametomo Date: Thu, 7 May 2009 03:09:04 -0600 Subject: Don't complain in the logger about not having an image attribute for negative items, since these aren't inventory items. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tametomo Signed-off-by: Bjørn Lindeijer --- src/resources/itemdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp index c698f597..66c07849 100644 --- a/src/resources/itemdb.cpp +++ b/src/resources/itemdb.cpp @@ -218,8 +218,8 @@ void ItemDB::load() { CHECK_PARAM(name, ""); CHECK_PARAM(description, ""); + CHECK_PARAM(image, ""); } - CHECK_PARAM(image, ""); // CHECK_PARAM(effect, ""); // CHECK_PARAM(type, 0); // CHECK_PARAM(weight, 0); -- cgit v1.2.3-70-g09d2