mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 06:02:25 +00:00
Post merge fix
This commit is contained in:
parent
fa5dedec11
commit
31158ed03d
@ -430,8 +430,11 @@ bool SharedDatabase::GetSharedBank(uint32 id, Inventory* inv, bool is_charid) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int16 put_slot_id = INVALID_INDEX;
|
int16 put_slot_id = INVALID_INDEX;
|
||||||
|
ItemInst* inst = CreateBaseItem(item, charges);
|
||||||
inst->PutAugment(this, i, aug[i]);
|
if (inst && item->ItemClass == ItemClassCommon) {
|
||||||
|
for (int i = AUG_BEGIN; i < EmuConstants::ITEM_COMMON_SIZE; i++) {
|
||||||
|
if (aug[i]) {
|
||||||
|
inst->PutAugment(this, i, aug[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user