From e36c735ce6569cd9c0e668632e59bcbe3280d507 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Jul 2013 20:49:20 +0300 Subject: Add chat command for gms for creating items. New command: /createitems It will open creation window. --- src/resources/itemdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources') diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp index a7310036d..8e5551af3 100644 --- a/src/resources/itemdb.cpp +++ b/src/resources/itemdb.cpp @@ -568,7 +568,7 @@ const ItemInfo &ItemDB::get(const std::string &name) return *(i->second); } -const std::map &ItemDB::getItemInfos() +const ItemDB::ItemInfos &ItemDB::getItemInfos() { return mItemInfos; } -- cgit v1.2.3-70-g09d2