Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update charutils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoTwawki authored Jun 1, 2019
1 parent b78d640 commit f300102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/utils/charutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ namespace charutils
return 0;
}

uint32 ItemID = PItem->getID();
uint16 ItemID = PItem->getID();

if ((int32)(PItem->getQuantity() - PItem->getReserve() + quantity) < 0)
{
Expand Down

0 comments on commit f300102

Please sign in to comment.