From 2a11fd111231a7e40c560e0240578a2b4a2126c2 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 1 Apr 2009 11:09:41 -0600 Subject: Make eAthena's inventory handler Also cleanup some related #ifdefs in LocalPlayer. --- src/itemshortcut.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/itemshortcut.cpp') diff --git a/src/itemshortcut.cpp b/src/itemshortcut.cpp index 2dea8c56..bd247300 100644 --- a/src/itemshortcut.cpp +++ b/src/itemshortcut.cpp @@ -81,11 +81,7 @@ void ItemShortcut::useItem(int index) } else { -#ifdef TMWSERV_SUPPORT - player_node->useItem(item->getInvIndex()); -#else player_node->useItem(item); -#endif } } } -- cgit v1.2.3-60-g2f50