1
0
Fork 0
This commit is contained in:
worktycho 2014-06-04 11:39:21 +01:00
parent ae37dfec8d
commit c94d0c8144
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ void cSlotAreaCrafting::HandleCraftItem(const cItem & a_Result, cPlayer & a_Play
cSlotAreaAnvil::cSlotAreaAnvil(cAnvilWindow & a_ParentWindow) :
cSlotAreaTemporary(3, a_ParentWindow),
m_MaximumCost(0),
m_StackSizeToBeUsedInRepair(0);
m_StackSizeToBeUsedInRepair(0)
{
}