You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
In WoW 6.x (Warlords of Draenor) realm IDs can be obtained directly from GUIDs for all player units:
_, realmID = strsplit(":", UnitGUID("player"))
Note that in 6.x the GUID format will change depending on the unit type; the above example will only work for player units. See this WoWI thread for more information.