summaryrefslogtreecommitdiff
path: root/src/net/eathena/traderecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/traderecv.cpp')
-rw-r--r--src/net/eathena/traderecv.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/traderecv.cpp b/src/net/eathena/traderecv.cpp
index 3805848c8..6c743b21a 100644
--- a/src/net/eathena/traderecv.cpp
+++ b/src/net/eathena/traderecv.cpp
@@ -92,9 +92,9 @@ void TradeRecv::processTradeItemAdd(Net::MessageIn &msg)
{
for (int f = 0; f < 5; f ++)
{
- msg.readInt16("rnd index");
- msg.readInt16("rnd value");
- msg.readUInt8("rnd param");
+ msg.readInt16("option index");
+ msg.readInt16("option value");
+ msg.readUInt8("option param");
}
}