summaryrefslogtreecommitdiff
path: root/src/net/tmwa/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-09 17:40:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-09 17:40:06 +0300
commit8d519af0d6a5a7c3477e684269172b8163495a85 (patch)
tree027e57ee17fc5a663467358d0408b30c662c416e /src/net/tmwa/packetsin.inc
parent1da80a3312ae865ed5d84271fc0cf53b82d87f15 (diff)
downloadplus-8d519af0d6a5a7c3477e684269172b8163495a85.tar.gz
plus-8d519af0d6a5a7c3477e684269172b8163495a85.tar.bz2
plus-8d519af0d6a5a7c3477e684269172b8163495a85.tar.xz
plus-8d519af0d6a5a7c3477e684269172b8163495a85.zip
Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/tmwa/packetsin.inc')
-rw-r--r--src/net/tmwa/packetsin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/packetsin.inc b/src/net/tmwa/packetsin.inc
index afbf4550a..d82c65f8e 100644
--- a/src/net/tmwa/packetsin.inc
+++ b/src/net/tmwa/packetsin.inc
@@ -119,7 +119,7 @@ packet(SMSG_PLAYER_EQUIPMENT, 0x00a4, -1, &InventoryRecv::processP
packet(SMSG_PLAYER_GUILD_PARTY_INFO, 0x0195, 102, &BeingRecv::processPlayerGuilPartyInfo);
packet(SMSG_PLAYER_INVENTORY, 0x01ee, -1, &InventoryRecv::processPlayerInventory);
packet(SMSG_PLAYER_INVENTORY_ADD, 0x00a0, 23, &InventoryRecv::processPlayerInventoryAdd);
-packet(SMSG_PLAYER_INVENTORY_REMOVE, 0x00af, 6, &Ea::InventoryRecv::processPlayerInventoryRemove);
+packet(SMSG_PLAYER_INVENTORY_REMOVE, 0x00af, 6, &InventoryRecv::processPlayerInventoryRemove);
packet(SMSG_PLAYER_INVENTORY_USE, 0x01c8, 13, &Ea::InventoryRecv::processPlayerInventoryUse);
packet(SMSG_PLAYER_MOVE, 0x01da, 60, &BeingRecv::processPlayerMove);
packet(SMSG_PLAYER_MOVE_TO_ATTACK, 0x0139, 16, &Ea::BeingRecv::processPlayerMoveToAttack);