Added item storage packet for armoire.

This commit is contained in:
Filip Maj 2017-06-19 22:21:21 -04:00
parent ed5ee01ba6
commit c1d67538f3
3 changed files with 32 additions and 1 deletions

View file

@ -249,6 +249,7 @@
<Compile Include="packets\send\player\SetHasGoobbuePacket.cs" />
<Compile Include="packets\send\player\SetHasChocoboPacket.cs" />
<Compile Include="packets\send\player\SetLatestAchievementsPacket.cs" />
<Compile Include="packets\send\player\SetPlayerItemStoragePacket.cs" />
<Compile Include="packets\send\player\SetPlayerDreamPacket.cs" />
<Compile Include="packets\send\player\SetPlayerTitlePacket.cs" />
<Compile Include="packets\send\player\SetSpecialEventWorkPacket.cs" />