View Single Post
09-19-17, 07:08 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Originally Posted by Lesteryoung View Post
Any ideas as to why? It seems to happen inside instances.
Patch 7.1 disabled the player location API in instances. Blizzard stated beforehand that it should fail silently, but they lied, like they usually do when PR and code mix, since no one involved with PR actually knows or understands code changes. Same thing happened in 7.2 when they protected friendly nameplates, which spat many errors as well.

If this is your code, you're going to have to account for any location-based API, such as coordinates or facing, returning nil values. If this is an addon you are using, update it.
  Reply With Quote