diff options
Diffstat (limited to 'src/net/eathena/inventoryrecv.cpp')
-rw-r--r-- | src/net/eathena/inventoryrecv.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp index 636a289b4..7131ddb19 100644 --- a/src/net/eathena/inventoryrecv.cpp +++ b/src/net/eathena/inventoryrecv.cpp @@ -1602,7 +1602,8 @@ void InventoryRecv::processInventoryEnd2(Net::MessageIn &msg) processInventoryEndContinue(invType); } -void InventoryRecv::processInventoryEndContinue(const NetInventoryTypeT invType) +void InventoryRecv::processInventoryEndContinue(const NetInventoryTypeT + invType) { switch (invType) { |