--HG-- branch : develop
@ -356,7 +356,7 @@ namespace NLGUI
{
if (!args.empty())
ucstring res("");
ucstring res;
for (uint32 i = 0; i < args.size(); ++i)
args[i].toString();
@ -16,7 +16,6 @@
#include "stdpch.h"
#include <functional>
#include "deposit.h"
#include "player_manager/character.h"
#include "player_manager/player_manager.h"