mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-04-22 03:59:36 +08:00
loadInventory
This commit is contained in:
parent
d322a97712
commit
2391d83aec
@ -1457,7 +1457,7 @@ namespace Milimoe.FunGame.Server.Controller
|
|||||||
if (offer.Status == OfferState.Completed)
|
if (offer.Status == OfferState.Completed)
|
||||||
{
|
{
|
||||||
User offeree = Server.User;
|
User offeree = Server.User;
|
||||||
User? offeror = SQLHelper.GetUserById(offer.Offeror);
|
User? offeror = SQLHelper.GetUserById(offer.Offeror, true);
|
||||||
if (offeror != null)
|
if (offeror != null)
|
||||||
{
|
{
|
||||||
foreach (Guid itemGuid in offer.OffereeItems)
|
foreach (Guid itemGuid in offer.OffereeItems)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user