diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-28 02:39:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-28 02:39:27 +0300 |
commit | 6207ffb9a38c7e3718b7c4d87500ea9360d4d44f (patch) | |
tree | 8b87f43bb62ef9254cfd5e3ef2f344b1680fb760 /src/net/eathena/npchandler.cpp | |
parent | 574181b2e5dfff30a2d4f766492226ab7b5a5a17 (diff) | |
download | plus-6207ffb9a38c7e3718b7c4d87500ea9360d4d44f.tar.gz plus-6207ffb9a38c7e3718b7c4d87500ea9360d4d44f.tar.bz2 plus-6207ffb9a38c7e3718b7c4d87500ea9360d4d44f.tar.xz plus-6207ffb9a38c7e3718b7c4d87500ea9360d4d44f.zip |
Fix compilation warnings.
Diffstat (limited to 'src/net/eathena/npchandler.cpp')
-rw-r--r-- | src/net/eathena/npchandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp index 5562c51bf..c68dd35fd 100644 --- a/src/net/eathena/npchandler.cpp +++ b/src/net/eathena/npchandler.cpp @@ -181,7 +181,7 @@ void NpcHandler::sell(int beingId) } void NpcHandler::buyItem(int beingId A_UNUSED, int itemId, - unsigned char color, int amount) + unsigned char color A_UNUSED, int amount) { MessageOut outMsg(CMSG_NPC_BUY_REQUEST); outMsg.writeInt16(8); // One item (length of packet) |