mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
[Quest API] Add Augment Slot Type/Visible to GetItemStat (#2686)
* [Quest API] Add Augment Slot Type/Visible to GetItemStat # Notes - Adds the ability to get an item's augment slot types and augment slot visibility information. * const
This commit is contained in:
+2
-2
@@ -4971,9 +4971,9 @@ void Mob::TrySympatheticProc(Mob *target, uint32 spell_id)
|
||||
CheckNumHitsRemaining(NumHit::MatchingSpells, -1, focus_spell);
|
||||
}
|
||||
|
||||
int32 Mob::GetItemStat(uint32 itemid, const char *identifier)
|
||||
const int Mob::GetItemStat(uint32 item_id, std::string identifier)
|
||||
{
|
||||
return EQ::InventoryProfile::GetItemStatValue(itemid, identifier);
|
||||
return EQ::InventoryProfile::GetItemStatValue(item_id, identifier);
|
||||
}
|
||||
|
||||
std::string Mob::GetGlobal(const char *varname) {
|
||||
|
||||
Reference in New Issue
Block a user