From 3589bb9fa0800650accc124ea6820d5834c27e43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 30 Jun 2016 02:16:34 +0300 Subject: Dont add basic stats into item attributes. From now need add all stats to item attributes in xml file. --- src/resources/basicstat.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/resources/basicstat.h') diff --git a/src/resources/basicstat.h b/src/resources/basicstat.h index a57581ffe..14ad90f03 100644 --- a/src/resources/basicstat.h +++ b/src/resources/basicstat.h @@ -33,17 +33,14 @@ struct BasicStat final { BasicStat(const AttributesT attr0, const std::string &tag0, - const std::string &name0, - const std::string &format0) : + const std::string &name0) : tag(tag0), name(name0), - format(format0), attr(attr0) {} std::string tag; std::string name; - std::string format; AttributesT attr; }; -- cgit v1.2.3-70-g09d2