[Bug Fix] Fix for players having empty bazaar window dropdown list, even though trader is tagged as a trader. (#4391)

* Potential fix for players having empty bazaar window dropdown list, even though trader is tagged as a trader.

* Update the truncate of the trader table to avoid inappropriate deletions if an instance of bazaar was started.
This commit is contained in:
Mitch Freeman
2024-06-14 13:53:34 -03:00
committed by GitHub
parent 850053a136
commit b6b8491060
3 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -542,8 +542,8 @@ namespace RoF2
LogTrading(
"(RoF2) AddTraderToBazaarWindow action <green>[{}] trader_id <green>[{}] entity_id <green>[{}] zone_id <green>[{}]",
eq->action,
eq->entity_id,
eq->trader_id,
eq->entity_id,
eq->zone_id
);
dest->FastQueuePacket(&outapp);