From 3242aa80fbee19eb421ace68d1c3c69e4fc777e6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Aug 2015 18:35:06 +0300 Subject: Add packet SMSG_ITEM_VISIBLE2 0x0b18. Change net version to 10. --- src/flooritem.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/flooritem.h') diff --git a/src/flooritem.h b/src/flooritem.h index b6310e419..ca4a5022e 100644 --- a/src/flooritem.h +++ b/src/flooritem.h @@ -53,8 +53,10 @@ class FloorItem final : public ActorSprite const int x, const int y, const int itemType, const int amount, + const int refine, const ItemColor color, - const Identified identified); + const Identified identified, + const int *const cards); A_DELETE_COPY(FloorItem) @@ -108,11 +110,16 @@ class FloorItem final : public ActorSprite Cursor::Cursor getHoverCursor() const A_WARN_UNUSED { return mCursor; } + void setCards(const int *const cards, + const int size); + private: + int mCards[4]; int mItemId; int mX, mY; int mDropTime; int mAmount; + int mRefine; int mHeightPosDiff; int mItemType; unsigned int mPickupCount; -- cgit v1.2.3-70-g09d2