Typo fix in networkprotocol.h
authorNer'zhul <nerzhul@users.noreply.github.com>
Thu, 19 Feb 2015 19:03:22 +0000 (20:03 +0100)
committerNer'zhul <nerzhul@users.noreply.github.com>
Thu, 19 Feb 2015 19:03:22 +0000 (20:03 +0100)
InventoryAction is in inventorymanager.h

src/network/networkprotocol.h

index c774c02e2cad39fee0432951d172f6b196410300..425f61fdacc3eed6067c63c9d5e955b707d7d687 100644 (file)
@@ -661,7 +661,7 @@ enum ToServerCommand
 
        TOSERVER_INVENTORY_ACTION = 0x31,
        /*
-               See InventoryAction in inventory.h
+               See InventoryAction in inventorymanager.h
        */
 
        TOSERVER_CHAT_MESSAGE = 0x32,