mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
parent
3e4767269e
commit
ee6c9a2ad7
@ -471,6 +471,9 @@ void Object::HandleCombine(Client* user, const NewCombine_Struct* in_combine, Ob
|
||||
// Check if Combine would result in Lore conflict
|
||||
for (const auto& e : spec.onsuccess) {
|
||||
auto success_item_inst = database.GetItem(e.first);
|
||||
if (success_item_inst->LoreGroup > 0) {
|
||||
continue;
|
||||
}
|
||||
if (user->CheckLoreConflict(success_item_inst)) {
|
||||
EQ::SayLinkEngine linker;
|
||||
linker.SetLinkType(EQ::saylink::SayLinkItemData);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user