View Single Post
10-31-17, 02:37 AM   #1
Ygrayne
A Murloc Raider
Join Date: Jul 2012
Posts: 6
Global Specialization ID

Hi, is there (now) an easier way to obtain the global spec ID of a unit in my group, or do I still need to go through the inspection system (NotifyInspect(), INSPECT_READY, and so on)?

(For clarity, the global spec ID would be the number unique to a class/spec, eg. 105 for a Resto Druid, or 65 for a Holy Paladin, as obtained by

Code:
id = GetSpecializationInfo(GetSpecialization())
for the player.)

Thanks, Ygrayne
  Reply With Quote