diff options
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index a6d5be102..c0a04a52e 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -47,7 +47,7 @@ class PlayerHandler : public MessageHandler, public Ea::PlayerHandler void increaseAttribute(int attr); void increaseSkill(unsigned short skillId); - void pickUp(FloorItem *floorItem); + void pickUp(const FloorItem *floorItem); void setDirection(char direction); void setDestination(int x, int y, int direction = -1); void changeAction(Being::Action action); |