WoW:API GetRealZoneText: Difference between revisions

m
Example used GetRealZoneName() instead of GetRealZoneText()
(changed to illustrate difference with instances.)
m (Example used GetRealZoneName() instead of GetRealZoneText())
Line 19: Line 19:


<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
   ZoneName = GetRealZoneName();
   ZoneName = GetRealZoneText();
   message("Zone:"..ZoneName);
   message("Zone:"..ZoneName);