cities as well
mNo edit summary |
(cities as well) |
||
| Line 31: | Line 31: | ||
The event '''ZONE_CHANGED_INDOORS''' is fired (for example) when you walk from "Dun Morogh" into "Ironforge". This sample [http://www.wowace.com/wiki/WelcomeHome_-_Your_first_Ace2_Addon Your first Ace2 Addon] doesn't work when you walk that way cause it is missing the last zone change. | The event '''ZONE_CHANGED_INDOORS''' is fired (for example) when you walk from "Dun Morogh" into "Ironforge". This sample [http://www.wowace.com/wiki/WelcomeHome_-_Your_first_Ace2_Addon Your first Ace2 Addon] doesn't work when you walk that way cause it is missing the last zone change. | ||
The event '''ZONE_CHANGED_INDOORS''' is fired when the zone name within an instance changes. In that case '''ZONE_CHANGED''' is not fired. | The event '''ZONE_CHANGED_INDOORS''' is fired when the zone name within an instance or city changes. In that case '''ZONE_CHANGED''' is not fired. | ||