diff options
Diffstat (limited to 'src/net/eathena/itemhandler.cpp')
-rw-r--r-- | src/net/eathena/itemhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/itemhandler.cpp b/src/net/eathena/itemhandler.cpp index 827541e90..909d6d312 100644 --- a/src/net/eathena/itemhandler.cpp +++ b/src/net/eathena/itemhandler.cpp @@ -140,11 +140,11 @@ void ItemHandler::processItemDropped2(Net::MessageIn &msg) x, y, itemType, amount, - 0, + refine, ItemColor_one, identified, subX, subY, - nullptr); + &cards[0]); } } |