View Single Post
07/27/15, 12:42 PM   #19
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Thank you,

It's
Lua Code:
  1. SetMapToPlayerLocation()
which update the whole thing,

You'll need to after:

Lua Code:
  1. CALLBACK_MANAGER:FireCallbacks("OnWorldMapChanged")

to do not break other addons (and map) aswell.

and then the functions works well.

Last edited by Ayantir : 07/27/15 at 12:45 PM.