fix(Core/LootItemStorage): missing write of 'conditionLootId' (#6950)
This commit is contained in:
parent
05694a43ce
commit
fdfa9e3c57
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ void LootItemStorage::AddNewStoredLoot(Loot* loot, Player* /*player*/)
|
|||
stmt->setBool(index++, false);
|
||||
stmt->setBool(index++, false);
|
||||
stmt->setBool(index++, false);
|
||||
stmt->setUInt32(index++, 0);
|
||||
trans->Append(stmt);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue