diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-02 03:47:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-02 05:52:11 +0300 |
commit | 93257ccd9617dbc37784076d54c80c915722397d (patch) | |
tree | 66b5bd0b47e55e575f25c1debe95c3eef401c607 /src/net/manaserv/inventoryhandler.cpp | |
parent | b55fdde5bcc4b995585b757f2b060289477b2148 (diff) | |
download | plus-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.cpp')
-rw-r--r-- | src/net/manaserv/inventoryhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/inventoryhandler.cpp b/src/net/manaserv/inventoryhandler.cpp index 47f149eca..2c9c84c76 100644 --- a/src/net/manaserv/inventoryhandler.cpp +++ b/src/net/manaserv/inventoryhandler.cpp @@ -192,8 +192,8 @@ void InventoryHandler::closeStorage(int type A_UNUSED) // TODO } -void InventoryHandler::moveItem(int source A_UNUSED, int slot A_UNUSED, - int amount A_UNUSED, int destination A_UNUSED) +void InventoryHandler::moveItem2(int source A_UNUSED, int slot A_UNUSED, + int amount A_UNUSED, int destination A_UNUSED) { // TODO } |