Fashion Combination Statbug

09/25/2020 07:25 LuciferMorningStar666#1
Hi. Anyone has a solution for this fashion combination statbug? So basically when a player wears it then put it on the combination then it combined, the set effect and awakes doubled.
09/25/2020 11:40 Knusper02#2
Code:
if( pUser->m_Inventory.IsEquip(dwItem) )
{
	pUser->AddDefinedText( TID_GAME_EQUIPPUT );
	return;
}