From b37388b381a1251683c588189f496eb47b590769 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 19 Apr 2017 20:27:29 +0300 Subject: Rename rnd fields into option fields in packets. --- src/net/eathena/vendingrecv.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/net/eathena/vendingrecv.cpp') diff --git a/src/net/eathena/vendingrecv.cpp b/src/net/eathena/vendingrecv.cpp index 6d583bca6..7eeb1e65e 100644 --- a/src/net/eathena/vendingrecv.cpp +++ b/src/net/eathena/vendingrecv.cpp @@ -134,9 +134,9 @@ void VendingRecv::processItemsList(Net::MessageIn &msg) { for (int d = 0; d < 5; d ++) { - msg.readInt16("rnd index"); - msg.readInt16("rnd value"); - msg.readUInt8("rnd param"); + msg.readInt16("option index"); + msg.readInt16("option value"); + msg.readUInt8("option param"); } } @@ -210,9 +210,9 @@ void VendingRecv::processOpen(Net::MessageIn &msg) { for (int d = 0; d < 5; d ++) { - msg.readInt16("rnd index"); - msg.readInt16("rnd value"); - msg.readUInt8("rnd param"); + msg.readInt16("option index"); + msg.readInt16("option value"); + msg.readUInt8("option param"); } } } -- cgit v1.2.3-60-g2f50