View Single Post
12-05-14, 09:18 AM   #10
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Names are a really bad way to identify zones. You should be storing map IDs, not names. If you need to display something to the user, you can use GetMapNameByID to get the correct name when needed.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote