Thread: Boss room
View Single Post
03/18/19, 10:00 AM   #6
Wheels
AddOn Author - Click to view addons
Join Date: Feb 2017
Posts: 60
Technically they do have "IDs", but not in the sense you are hoping for, as Baer has said. Events like EVENT_COMBAT_EVENT will give values for 'sourceUnitId' and 'targetUnitId' for events in the area, but these IDs will be unique to the instance and not helpful for building a table of known bosses.
  Reply With Quote