summaryrefslogtreecommitdiff
path: root/src/net/manaserv/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-03-02 03:47:43 +0300
committerAndrei Karas <akaras@inbox.ru>2012-03-02 05:52:11 +0300
commit93257ccd9617dbc37784076d54c80c915722397d (patch)
tree66b5bd0b47e55e575f25c1debe95c3eef401c607 /src/net/manaserv/inventoryhandler.h
parentb55fdde5bcc4b995585b757f2b060289477b2148 (diff)
downloadplus-93257ccd9617dbc37784076d54c80c915722397d.tar.gz
plus-93257ccd9617dbc37784076d54c80c915722397d.tar.bz2
plus-93257ccd9617dbc37784076d54c80c915722397d.tar.xz
plus-93257ccd9617dbc37784076d54c80c915722397d.zip
Fix compilation with manaserv.
Diffstat (limited to 'src/net/manaserv/inventoryhandler.h')
-rw-r--r--src/net/manaserv/inventoryhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/inventoryhandler.h b/src/net/manaserv/inventoryhandler.h
index 8471b1caf..af340399e 100644
--- a/src/net/manaserv/inventoryhandler.h
+++ b/src/net/manaserv/inventoryhandler.h
@@ -88,8 +88,8 @@ class InventoryHandler : public MessageHandler, Net::InventoryHandler
void closeStorage(int type);
- void moveItem(int source, int slot, int amount,
- int destination);
+ void moveItem2(int source, int slot, int amount,
+ int destination);
size_t getSize(int type) const;