mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
fix(Core/Misc): restore playercreateinfo_item item deletion functionality (#7470)
This commit is contained in:
@@ -3458,7 +3458,7 @@ void ObjectMgr::LoadPlayerInfo()
|
||||
continue;
|
||||
}
|
||||
|
||||
int32 amount = fields[3].GetUInt16();
|
||||
int32 amount = fields[3].GetInt32();
|
||||
|
||||
if (!amount)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user