mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Melee tomes named "Skill: ...": had overlooked learn-by-right-click, updated.
This commit is contained in:
@@ -2082,7 +2082,7 @@ void Client::Handle_OP_ItemVerifyRequest(const EQApplicationPacket *app)
|
||||
}
|
||||
else if (inst->IsType(ItemClassCommon))
|
||||
{
|
||||
if(item->ItemType == ItemTypeSpell && strstr((const char*)item->Name, "Tome of "))
|
||||
if(item->ItemType == ItemTypeSpell && (strstr((const char*)item->Name, "Tome of ") || strstr((const char*)item->Name, "Skill: ")))
|
||||
{
|
||||
DeleteItemInInventory(slot_id, 1, true);
|
||||
TrainDiscipline(item->ID);
|
||||
|
||||
Reference in New Issue
Block a user