diff options
Diffstat (limited to '')
-rw-r--r-- | source/packets/cPacket_AddToInventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_AddToInventory.cpp b/source/packets/cPacket_AddToInventory.cpp index 72f099e2f..e8701cb7b 100644 --- a/source/packets/cPacket_AddToInventory.cpp +++ b/source/packets/cPacket_AddToInventory.cpp @@ -1,6 +1,6 @@ #include "cPacket_AddToInventory.h"
#include "cPacket_WholeInventory.h"
-#include "cItem.h"
+#include "../cItem.h"
#include "cPacket_ItemData.h"
bool cPacket_AddToInventory::Send( cSocket & a_Socket )
|