mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Fixed new positions after realignment not saving. Fixed Dealer info not clearing from the db sometimes.
This commit is contained in:
parent
e91960040c
commit
a07aa12783
4 changed files with 67 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue