This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Another bug in the new map API.
Eternal Palace C_Map.GetBestMapForUnit() identifiers are 1512 to 1520 but EJ_GetInstanceInfo() does not return correct instanceID for Eternal Palace maps 1515 and 1516 (returns 0 instead of 1179).
Curiously the issue arises only when the user reloads after a disconnect because only in this case C_Map.GetBestMapForUnit("player") returns 1515, in another cases the function returns another non-bugged map identifiers in the 1512-1520 range.
Implemented a workaround in version 896
To post a comment, please login or register a new account.