Thread Tools Display Modes
09-09-10, 01:00 PM   #1
MysticalOS
A Wyrmkin Dreamwalker
 
MysticalOS's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 54
CreatureID changed again

the 3.3 change that got reverted before going live is back

local is_cata = select(4, _G.GetBuildInfo()) >= 40000

return is_cata and tonumber(self.sourceGUID:sub(7,10), 16) or tonumber(self.sourceGUID:sub(9, 12), 16) or 0
 
09-11-10, 07:58 AM   #2
BethinkWoW
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 17
Thanks for this.

I am wondering if this is an intended change that is going live with Cataclysm this time, or just a build flag that will be reverted again once Cataclysm goes live. Guess we have to wait and see.
 
09-11-10, 09:35 PM   #3
MysticalOS
A Wyrmkin Dreamwalker
 
MysticalOS's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 54
Originally Posted by BethinkWoW View Post
Thanks for this.

I am wondering if this is an intended change that is going live with Cataclysm this time, or just a build flag that will be reverted again once Cataclysm goes live. Guess we have to wait and see.

yeah, could be 3.3 all over again with that.
 
 

WoWInterface » AddOns, Compilations, Macros » Cataclysm Beta » CreatureID changed again


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off