View Single Post
04/24/14, 12:00 AM   #6
Vuelhering
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 169
Originally Posted by Asto View Post
Another thing i found out: The channelId values slightly differ from the wiki page Raw_globals_dump. While CHAT_CHANNEL_ZONE is correctly 31 in my handler, the guild chat channelIds seem to be different.
CHAT_CATEGORY_GUILD_1 is 12 instead of 10,
CHAT_CATEGORY_GUILD_2 is 13 instead of 11
(couldn't test more)

Can anyone confirm this?
The raw globals dump will change (somewhat) every patch. Certainly, many functions will move, but it would make sense that some globals might change. This is why it's a good idea to future-proof by using the variables, and not hard-code it with magic numbers.
  Reply With Quote