diff options
Diffstat (limited to 'src/net/eathena/searchstorerecv.cpp')
-rw-r--r-- | src/net/eathena/searchstorerecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/searchstorerecv.cpp b/src/net/eathena/searchstorerecv.cpp index 3fb2f5460..c2cfda0d2 100644 --- a/src/net/eathena/searchstorerecv.cpp +++ b/src/net/eathena/searchstorerecv.cpp @@ -52,7 +52,7 @@ void SearchStoreRecv::processSearchAck(Net::MessageIn &msg) msg.readInt16("amount"); msg.readUInt8("refine"); for (int d = 0; d < maxCards; d++) - msg.readInt16("card"); + msg.readUInt16("card"); // +++ need use ItemColorManager for colors } |