Fixed "getServer" bug in DB class. Cleaned up chara creator function. Fixed bug in error packet.

This commit is contained in:
Filip Maj
2015-09-08 00:42:02 -04:00
parent 754f14862a
commit f566c14ea0
4 changed files with 59 additions and 52 deletions

View File

@@ -63,8 +63,7 @@
<Compile Include="dataobjects\World.cs" />
<Compile Include="PacketProcessor.cs" />
<Compile Include="packets\BasePacket.cs" />
<Compile Include="packets\MakeCharaPacket.cs" />
<Compile Include="packets\ReserveCharaPacket.cs" />
<Compile Include="packets\CharaCreatorPacket.cs" />
<Compile Include="packets\RetainerListPacket.cs" />
<Compile Include="packets\ErrorPacket.cs" />
<Compile Include="packets\HardCoded_Packets.cs" />