This commit is contained in:
Foereaper
2021-07-16 01:18:40 +02:00
parent 2539da5677
commit 74f928d542

View File

@ -19,11 +19,11 @@ function StatPointUI.LoadData(guid)
if(query) then
StatPointUI.cache[guid] = {
query:GetUInt32(0), -- Strength
query:GetUInt32(1), -- Agility
query:GetUInt32(2), -- Stamina
query:GetUInt32(3), -- Intellect
query:GetUInt32(4), -- Spirit
query:GetUInt32(5) -- statpoints
query:GetUInt32(1), -- Agility
query:GetUInt32(2), -- Stamina
query:GetUInt32(3), -- Intellect
query:GetUInt32(4), -- Spirit
query:GetUInt32(5) -- statpoints
}
else
StatPointUI.cache[guid] = {0, 0, 0, 0, 0, 0};