mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +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:
@@ -2412,9 +2412,9 @@ std::string Perl__get_data_remaining(std::string bucket_name)
|
||||
return DataBucket::GetDataRemaining(bucket_name);
|
||||
}
|
||||
|
||||
int Perl__getitemstat(uint32 item_id, std::string stat_identifier)
|
||||
const int Perl__getitemstat(uint32 item_id, std::string identifier)
|
||||
{
|
||||
return quest_manager.getitemstat(item_id, stat_identifier);
|
||||
return quest_manager.getitemstat(item_id, identifier);
|
||||
}
|
||||
|
||||
int Perl__getspellstat(uint32 spell_id, std::string stat_identifier)
|
||||
|
||||
Reference in New Issue
Block a user