diff --git a/code/ryzom/server/src/entities_game_service/player_manager/character.cpp b/code/ryzom/server/src/entities_game_service/player_manager/character.cpp index 0945983c6..3107ba75c 100644 --- a/code/ryzom/server/src/entities_game_service/player_manager/character.cpp +++ b/code/ryzom/server/src/entities_game_service/player_manager/character.cpp @@ -4880,7 +4880,7 @@ void CCharacter::updateVisualInformation( uint16 InventoryEmpty, uint16 SlotEmpt } // update visual property only if srcForm is valid if(srcForm) - setVisualPropertyForEquipment( SlotEmpty, srcForm, 0 , 254 ); + setVisualPropertyForEquipment( SlotEmpty, srcForm, 0 , 6 ); } }