mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
Melee tomes named "Skill: ...": had overlooked learn-by-right-click, updated.
This commit is contained in:
parent
adf42c8750
commit
c81549a441
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 03/07/2013 ==
|
||||||
|
af4t: Melee tomes named "Skill: ...": had overlooked learn-by-right-click, updated.
|
||||||
|
|
||||||
== 03/02/2013 ==
|
== 03/02/2013 ==
|
||||||
af4t: Stop NPCs aggroing each other with buffs/beneficial spells.
|
af4t: Stop NPCs aggroing each other with buffs/beneficial spells.
|
||||||
|
|
||||||
|
|||||||
@ -2082,7 +2082,7 @@ void Client::Handle_OP_ItemVerifyRequest(const EQApplicationPacket *app)
|
|||||||
}
|
}
|
||||||
else if (inst->IsType(ItemClassCommon))
|
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);
|
DeleteItemInInventory(slot_id, 1, true);
|
||||||
TrainDiscipline(item->ID);
|
TrainDiscipline(item->ID);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user