1
0

Fixed invisibility enchantments

This commit is contained in:
daniel0916
2014-04-13 22:15:10 +02:00
parent 9dc4617e8d
commit fce9ea65c3
4 changed files with 8 additions and 1 deletions

View File

@@ -600,6 +600,8 @@ cCraftingRecipe & cSlotAreaCrafting::GetRecipeForPlayer(cPlayer & a_Player)
cSlotAreaEnchanting::cSlotAreaEnchanting(int a_NumSlots, cWindow & a_ParentWindow) :
cSlotAreaTemporary(a_NumSlots, a_ParentWindow)
{
cEnchantingWindow * Window = (cEnchantingWindow *)&m_ParentWindow;
Window->m_SlotArea = this;
}