1
0

Modified many things

This commit is contained in:
daniel0916
2014-04-17 13:15:35 +02:00
parent a0725747af
commit f9343a8490
10 changed files with 1000 additions and 918 deletions

View File

@@ -1646,8 +1646,6 @@ int cProtocol125::ParseEnchantItem(void)
HANDLE_PACKET_READ(ReadByte, Byte, WindowID);
HANDLE_PACKET_READ(ReadByte, Byte, Enchantment);
LOGWARN("Older Protocol: Enchantment Packet received!");
m_Client->HandleEnchantItem(WindowID, Enchantment);
return PARSE_OK;