1
0

Add more checks to cSlotAreaEnchanting

This commit is contained in:
Howaner
2014-04-15 21:10:44 +02:00
committed by daniel0916
parent fb3c755c0a
commit e81fc2779e
3 changed files with 218 additions and 105 deletions

View File

@@ -813,7 +813,7 @@ cEnchantingWindow::cEnchantingWindow(int a_BlockX, int a_BlockY, int a_BlockZ) :
m_BlockY(a_BlockY),
m_BlockZ(a_BlockZ)
{
m_SlotAreas.push_back(new cSlotAreaEnchanting(1, *this));
m_SlotAreas.push_back(new cSlotAreaEnchanting(*this));
m_SlotAreas.push_back(new cSlotAreaInventory(*this));
m_SlotAreas.push_back(new cSlotAreaHotBar(*this));
}