- Fixed the latest raid check update.

- Added NpcID storage.
This commit is contained in:
Tercio
2018-08-20 21:29:47 -03:00
parent 5217fdd9b2
commit bdf5344f5e
8 changed files with 146 additions and 32 deletions
@@ -567,7 +567,7 @@ end
local itemLevelTable = _detalhes.ilevel:GetIlvl (unitSerial)
local talentsTable = _detalhes:GetTalents (unitSerial)
tinsert (PlayerData, {
tinsert (PlayerData, {unitName,
Name = unitName,
Class = unitClass,
Role = unitRole,
@@ -594,7 +594,7 @@ end
local itemLevelTable = _detalhes.ilevel:GetIlvl (unitSerial)
local talentsTable = _detalhes:GetTalents (unitSerial)
tinsert (PlayerData, {
tinsert (PlayerData, {unitName,
Name = unitName,
Class = unitClass,
Role = unitRole,