mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Version 2.0 - preys, bot updates, ui improvements
This commit is contained in:
@@ -117,7 +117,8 @@ MarketItemDescription = {
|
||||
Ability = 12,
|
||||
Charges = 13,
|
||||
WeaponName = 14,
|
||||
Weight = 15
|
||||
Weight = 15,
|
||||
Imbuements = 16
|
||||
}
|
||||
|
||||
MarketItemDescription.First = MarketItemDescription.Armor
|
||||
@@ -138,7 +139,8 @@ MarketItemDescriptionStrings = {
|
||||
[12] = 'Ability',
|
||||
[13] = 'Charges',
|
||||
[14] = 'Weapon Type',
|
||||
[15] = 'Weight'
|
||||
[15] = 'Weight',
|
||||
[16] = 'Imbuements'
|
||||
}
|
||||
|
||||
function getMarketDescriptionName(id)
|
||||
|
Reference in New Issue
Block a user