Got rid of some garbage packets. Emote packet implemented though bug with descriptions.

This commit is contained in:
Filip Maj 2015-10-12 02:03:47 -04:00
parent 810edfcee4
commit d3325676c5
22 changed files with 49 additions and 4 deletions

View file

@ -80,6 +80,7 @@
<Compile Include="packets\receive\LockTargetPacket.cs" />
<Compile Include="packets\receive\EndScriptPacket.cs" />
<Compile Include="packets\receive\StartScriptPacket.cs" />
<Compile Include="packets\send\actor\ActorDoEmotePacket.cs" />
<Compile Include="packets\send\actor\DeleteAllActorsPacket.cs" />
<Compile Include="packets\send\actor\inventory\EquipmentChangePacket.cs" />
<Compile Include="packets\send\actor\inventory\InventoryBeginChangePacket.cs" />