EKPlates

EKPlates

60.8k Downloads

7.25 PTR 副資源

EKE00372 opened this issue · 2 comments

commented

上傳一張關於這個BUG的截圖。

Upload a screenshot about this bug.

http://imgur.com/4ephFWu

載明你使用的插件版本和客戶端語系。

what version of EKplates and localization of client are you using?

7.2.5.24163 PTR

按步驟具體地描述如何重現這個bug:

describe how to reappear this bug, step by step:

個人資源的副資源顯示錯誤

在禁用了所有插件只啟用ekplates的情況下是否仍會有這個問題?

will bug still exists when only EKplates enable?

如果有,貼上lua錯誤的內容。

post lua error log if you have.

Interface\AddOns\EKPlates\EKPlates.lua:443: attempt to index field '?' (a nil value)

commented

Message: Interface\AddOns\EKPlates\EKPlates.lua:448: bad argument #1 to 'unpack' (table expected, got nil)
Time: 05/26/17 23:11:30
Count: 1
Stack: Interface\AddOns\EKPlates\EKPlates.lua:448: bad argument #1 to 'unpack' (table expected, got nil)Interface\SharedXML\SharedBasicControls.lua:204: in function <Interface\SharedXML\SharedBasicControls.lua:203>
[C]: ?
[C]: in function `unpack'
Interface\AddOns\EKPlates\EKPlates.lua:448: in function <Interface\AddOns\EKPlates\EKPlates.lua:414>

Locals: errorMessage = "Interface\AddOns\EKPlates\EKPlates.lua:448: bad argument #1 to 'unpack' (table expected, got nil)"
DisplayMessageInternal = defined @interface\SharedXML\SharedBasicControls.lua:187
MESSAGE_TYPE_ERROR = 0

commented

FUCK BLIZZARD

SPELL_POWER_MANA = Enum.PowerType.Mana;
SPELL_POWER_RAGE = Enum.PowerType.Rage;
SPELL_POWER_FOCUS = Enum.PowerType.Focus;
SPELL_POWER_ENERGY = Enum.PowerType.Energy;
SPELL_POWER_COMBO_POINTS = Enum.PowerType.ComboPoints;
SPELL_POWER_RUNES = Enum.PowerType.Runes;
SPELL_POWER_RUNIC_POWER = Enum.PowerType.RunicPower;
SPELL_POWER_SOUL_SHARDS = Enum.PowerType.SoulShards;
SPELL_POWER_LUNAR_POWER = Enum.PowerType.LunarPower;
SPELL_POWER_HOLY_POWER = Enum.PowerType.HolyPower;
SPELL_POWER_ALTERNATE_POWER = Enum.PowerType.Alternate;
SPELL_POWER_MAELSTROM = Enum.PowerType.Maelstrom;
SPELL_POWER_CHI = Enum.PowerType.Chi;
SPELL_POWER_INSANITY = Enum.PowerType.Insanity;
SPELL_POWER_ARCANE_CHARGES = Enum.PowerType.ArcaneCharges;
SPELL_POWER_FURY = Enum.PowerType.Fury;
SPELL_POWER_PAIN = Enum.PowerType.Pain;