diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-08 21:39:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-08 21:39:21 +0300 |
commit | f39df8b1de96c6d6e78d90f2f058318aa7fd998b (patch) | |
tree | 1d3a5ba6fa16584f2a3cdb64cc18f720f20e8f09 /src/net | |
parent | 00cc703c86c6c0118cb2c1d976886710aa61d91d (diff) | |
download | plus-f39df8b1de96c6d6e78d90f2f058318aa7fd998b.tar.gz plus-f39df8b1de96c6d6e78d90f2f058318aa7fd998b.tar.bz2 plus-f39df8b1de96c6d6e78d90f2f058318aa7fd998b.tar.xz plus-f39df8b1de96c6d6e78d90f2f058318aa7fd998b.zip |
Add some missing item colors.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/petrecv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/eathena/petrecv.cpp b/src/net/eathena/petrecv.cpp index c22323480..a801b2a3a 100644 --- a/src/net/eathena/petrecv.cpp +++ b/src/net/eathena/petrecv.cpp @@ -185,7 +185,6 @@ void PetRecv::processPetStatus(Net::MessageIn &msg) void PetRecv::processPetFood(Net::MessageIn &msg) { - // +++ need show notification message about success or fail const int result = msg.readUInt8("result"); msg.readInt16("food id"); if (result) |