char.cpp AÇ
ara
bool CHARACTER::CanTakeInventoryItem(LPITEM item, TItemPos* pos)
tüm kod satırını değiştir
bool CHARACTER::CanTakeInventoryItem(LPITEM item, TItemPos* pos)
{
// storing result in signed value
int emptyPos = -1;
if (item->IsDragonSoul())
{
pos->cell =...