mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 11:48:21 +00:00
Other clients can now see your ornaments as soon as they zone in
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user