Cleaned up the 0x02 packet. It fires in response to the 0x2 packet sent by the client it seems.

This commit is contained in:
Filip Maj 2016-03-28 12:14:10 -04:00
parent a30311d12a
commit 4d57aa72a6
5 changed files with 38 additions and 5 deletions

View file

@ -130,6 +130,7 @@
<Compile Include="packets\receive\supportdesk\FaqListRequestPacket.cs" />
<Compile Include="packets\receive\supportdesk\GMSupportTicketPacket.cs" />
<Compile Include="packets\receive\supportdesk\GMTicketIssuesRequestPacket.cs" />
<Compile Include="packets\receive\_0x02ReceivePacket.cs" />
<Compile Include="packets\receive\_0x07Packet.cs" />
<Compile Include="packets\send\actor\ActorDoEmotePacket.cs" />
<Compile Include="packets\send\actor\ActorInstantiatePacket.cs" />