aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WeighedTreasure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WeighedTreasure.cpp')
-rw-r--r--Minecraft.World/WeighedTreasure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/WeighedTreasure.cpp b/Minecraft.World/WeighedTreasure.cpp
index d7044644..ec4280e4 100644
--- a/Minecraft.World/WeighedTreasure.cpp
+++ b/Minecraft.World/WeighedTreasure.cpp
@@ -18,7 +18,7 @@ WeighedTreasure::WeighedTreasure(shared_ptr<ItemInstance> item, int minCount, in
this->maxCount = maxCount;
}
-void WeighedTreasure::addChestItems(Random *random, WeighedTreasureArray items, shared_ptr<ChestTileEntity> dest, int numRolls)
+void WeighedTreasure::addChestItems(Random *random, WeighedTreasureArray items, shared_ptr<Container> dest, int numRolls)
{
for (int r = 0; r < numRolls; r++)
{