Mercurial > wow > askmrrobot
comparison Constants.lua @ 129:d9a059484b22 v60
Several bug fixes for 8.0.
author | yellowfive |
---|---|
date | Wed, 18 Jul 2018 13:08:22 -0700 |
parents | e31b02b24488 |
children | a0894ffebd15 |
comparison
equal
deleted
inserted
replaced
128:b16e1f4d100e | 129:d9a059484b22 |
---|---|
22 Amr.IsSupportedInstanceId = Amr.Serializer.IsSupportedInstanceId | 22 Amr.IsSupportedInstanceId = Amr.Serializer.IsSupportedInstanceId |
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 | 28 |
28 -- map of slot ID to display text | 29 -- map of slot ID to display text |
29 Amr.SlotDisplayText = { | 30 Amr.SlotDisplayText = { |
30 [1] = _G["HEADSLOT"], | 31 [1] = _G["HEADSLOT"], |
31 [2] = _G["NECKSLOT"], | 32 [2] = _G["NECKSLOT"], |