Changed droplists from ERI to STL (#8370)

This commit is contained in:
Lemongrass3110
2024-06-04 02:40:55 +02:00
committed by GitHub
parent 23e7e1f367
commit 660b194ade
7 changed files with 132 additions and 140 deletions

View File

@@ -14839,7 +14839,7 @@ BUILDIN_FUNC(petloot)
pd = sd->pd;
if (pd->loot != nullptr)
{ //Release whatever was there already and reallocate memory
pet_lootitem_drop(pd, pd->master);
pet_lootitem_drop( *pd, pd->master );
aFree(pd->loot->item);
}
else