Fixed new positions after realignment not saving. Fixed Dealer info not clearing from the db sometimes.

This commit is contained in:
Filip Maj 2019-06-08 14:46:19 -04:00
parent e91960040c
commit a07aa12783
4 changed files with 67 additions and 3 deletions

View file

@ -1638,14 +1638,12 @@ namespace FFXIVClassic_Map_Server
bazaarPackage.RemoveItem(reward);
reward.SetNormal();
player.AddItem(reward);
Database.ClearDealingInfo(reward);
if (seek != null)
{
bazaarPackage.RemoveItem(seek);
seek.SetNormal();
player.AddItem(seek);
Database.ClearDealingInfo(seek);
}
player.CheckBazaarFlags();