From 8bcccefd11603e9215f1c1d98f39d60ad484e655 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Mon, 18 Nov 2019 07:35:38 +0800 Subject: [PATCH] Re-enable warnings --- .../player_manager/character_inventory_manipulation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/server/src/entities_game_service/player_manager/character_inventory_manipulation.cpp b/code/ryzom/server/src/entities_game_service/player_manager/character_inventory_manipulation.cpp index db2363817..fd734f540 100644 --- a/code/ryzom/server/src/entities_game_service/player_manager/character_inventory_manipulation.cpp +++ b/code/ryzom/server/src/entities_game_service/player_manager/character_inventory_manipulation.cpp @@ -2828,8 +2828,8 @@ void CCharacter::procEnchantment() rightHandItem->setLatencyEndDate( phrase.getCastingTime() + CTickEventHandler::getGameCycle() ); } } - /* else - nlwarning("user %s : no valid image for right weapon", _Id.toString().c_str());*/ + else + nlwarning("user %s : no valid image for right weapon", _Id.toString().c_str()); } else {