Added API Details.UnitInfo and Details.UnitTexture

UnitInfo return information about the unit and UnitTexture return the texture for the class and spec for the unit.
This commit is contained in:
Tercioo
2019-04-21 13:50:44 -03:00
parent be966f7436
commit 5e0e64982d
3 changed files with 158 additions and 6 deletions
+1 -1
View File
@@ -4810,7 +4810,7 @@
local scrollWidth = 200
local scrollHeight = 570
local lineHeight = 20
local lineAmount = 25
local lineAmount = 27
local backdropColor = {.2, .2, .2, 0.2}
local backdropColorOnEnter = {.8, .8, .8, 0.4}
local backdropColorSelected = {1, 1, .8, 0.4}