Thread: Update 2.5
View Single Post
08/01/16, 02:54 PM   #44
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
Originally Posted by Ayantir View Post
Just don't rush on maybe broken new things
I tested the hell out of it on PTS and even submitted bug reports. They changed it for go live.

This:
Lua Code:
  1. local name, gender, level, championRank, classId, raceId, alliance, id, locationId = GetCharacterInfo(i)
Seems to now be this:
Lua Code:
  1. local name, gender, level, classId, raceId, alliance, id, locationId = GetCharacterInfo(i)

championRank has gone.
I will adapt my addon but it will have properly broken it for anyone who patched and tried to use it
  Reply With Quote