fix(Core/Misc): restore playercreateinfo_item item deletion functionality (#7470)

This commit is contained in:
lineagedr
2021-08-25 11:21:27 +03:00
committed by GitHub
parent 731dec37ad
commit 2b9817f0c0
2 changed files with 8 additions and 1 deletions

View File

@@ -3458,7 +3458,7 @@ void ObjectMgr::LoadPlayerInfo()
continue;
}
int32 amount = fields[3].GetUInt16();
int32 amount = fields[3].GetInt32();
if (!amount)
{