HonorSpy

HonorSpy

2M Downloads

[Minor] GUI.lua error

Sethox opened this issue ยท 2 comments

commented

There is a minor error in honorspy/GUI.lua:
it's
local _, this_week_honor - GetPVPThisWeekStats();
instad of
local _, this_week_honor = GetPVPThisWeekStats();

Thus solving the error that pops up.

Using git clone version.
Close issue when ready.

commented

I think you mean this line

local rankProgress - GetPVPRankProgress(); -- This is a player only call

commented

Fixed