From e357577cb2c18fe29610ed406e01d8d1fda6bb89 Mon Sep 17 00:00:00 2001 From: Ner'zhul Date: Thu, 19 Feb 2015 20:03:22 +0100 Subject: [PATCH] Typo fix in networkprotocol.h InventoryAction is in inventorymanager.h --- src/network/networkprotocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index c774c02e2..425f61fda 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -661,7 +661,7 @@ enum ToServerCommand TOSERVER_INVENTORY_ACTION = 0x31, /* - See InventoryAction in inventory.h + See InventoryAction in inventorymanager.h */ TOSERVER_CHAT_MESSAGE = 0x32,