Other clients can now see your ornaments as soon as they zone in

This commit is contained in:
ricardocampos23
2014-04-18 01:02:11 +01:00
parent acc24f1154
commit 63a0e9a18d
6 changed files with 90 additions and 11 deletions
-2
View File
@@ -421,8 +421,6 @@ ItemInst* ItemInst::GetOrnamentation() const
ItemInst *item;
for (int i = 0; i < MAX_AUGMENT_SLOTS; ++i)
{
uint32 id = 0;
if ((item = GetItem(i)) != nullptr && item->GetItem()->AugType == 524288) return item;
}
}