Fixed missing field in ContainerSetContentPacket, close #980

This commit is contained in:
Dylan K. Taylor 2017-06-03 11:58:55 +01:00
parent 840a3883b1
commit b83082f224

View File

@ -435,6 +435,7 @@ abstract class BaseInventory implements Inventory{
continue;
}
$pk->windowid = $id;
$pk->targetEid = $player->getId();
$player->dataPacket($pk);
}
}