From 7bd3762e44b31b432d46f5d32686a812a2b0a92f Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sun, 16 Aug 2015 21:23:17 +0300
Subject: Fix compilation warnings.

---
 src/net/eathena/itemhandler.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

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]);
     }
 }
 
-- 
cgit v1.2.3-70-g09d2