mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed new positions after realignment not saving. Fixed Dealer info not clearing from the db sometimes.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user