diff options
Diffstat (limited to 'src/net/eathena/auctionhandler.cpp')
-rw-r--r-- | src/net/eathena/auctionhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index 7522ec491..f75efd2ea 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.cpp @@ -108,6 +108,7 @@ void AuctionHandler::processAuctionResults(Net::MessageIn &msg) msg.readInt32("buy now"); msg.readString(24, "buyer name"); msg.readInt32("timestamp"); + // +++ need use ItemColorManager for color } } |