View Single Post
09-21-14, 05:54 AM   #1
cremetorte
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 4
ZONE_CHANGED_NEW_AREA new behaviour

Hi,

before 6.0 i could catch the event ZONE_CHANGED_NEW_AREA and do

local zoneInfo = EJ_GetCurrentInstance();

Unfortunately in 6.X zoneInfo is the old InstanceID. So i had to work around this and delay my function so that the correct InstanceID was returned.

thought that would be nice to know