Added GM Ticket support on the DB

This commit is contained in:
Jordan Maxwell 2016-08-18 22:58:09 -05:00
parent 38014f8a16
commit d7166cadc0
3 changed files with 171 additions and 8 deletions

View file

@ -123,6 +123,7 @@
<Compile Include="lua\LuaNpc.cs" />
<Compile Include="lua\LuaPlayer.cs" />
<Compile Include="lua\LuaScript.cs" />
<Compile Include="managers\SupportDeskManager.cs" />
<Compile Include="PacketProcessor.cs" />
<Compile Include="packets\BasePacket.cs" />
<Compile Include="packets\receive\ChatMessagePacket.cs" />