comparison Constants.lua @ 161:35612aee8e15

Added junk list.
author yellowfive
date Mon, 06 May 2019 14:08:03 -0700
parents 3ac4915a2e41
children 3be9cc6f7d20
comparison
equal deleted inserted replaced
160:d670336e8c89 161:35612aee8e15
23 Amr.IsSupportedInstance = Amr.Serializer.IsSupportedInstance 23 Amr.IsSupportedInstance = Amr.Serializer.IsSupportedInstance
24 --Amr.GetItemTooltip = Amr.Serializer.GetItemTooltip 24 --Amr.GetItemTooltip = Amr.Serializer.GetItemTooltip
25 --Amr.GetItemLevel = Amr.Serializer.GetItemLevel 25 --Amr.GetItemLevel = Amr.Serializer.GetItemLevel
26 Amr.GetItemUniqueId = Amr.Serializer.GetItemUniqueId 26 Amr.GetItemUniqueId = Amr.Serializer.GetItemUniqueId
27 Amr.ReadAzeritePowers = Amr.Serializer.ReadAzeritePowers 27 Amr.ReadAzeritePowers = Amr.Serializer.ReadAzeritePowers
28 Amr.ProfessionSkillLineToName = Amr.Serializer.ProfessionSkillLineToName
29
28 30
29 -- map of slot ID to display text 31 -- map of slot ID to display text
30 Amr.SlotDisplayText = { 32 Amr.SlotDisplayText = {
31 [1] = _G["HEADSLOT"], 33 [1] = _G["HEADSLOT"],
32 [2] = _G["NECKSLOT"], 34 [2] = _G["NECKSLOT"],