From 5dcc7932ff52c18cf06445273bb001d190d16182 Mon Sep 17 00:00:00 2001 From: Guillaume Dupuy Date: Sat, 11 Mar 2017 01:06:39 +0100 Subject: [PATCH] Forgot a return --HG-- branch : item_group --- code/ryzom/client/src/item_group_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/src/item_group_manager.cpp b/code/ryzom/client/src/item_group_manager.cpp index 32b89d08e..2d790c4f4 100644 --- a/code/ryzom/client/src/item_group_manager.cpp +++ b/code/ryzom/client/src/item_group_manager.cpp @@ -382,6 +382,7 @@ bool CItemGroupManager::createGroup(std::string name) } _Groups.push_back(group); + return true; }