public
Description: WoW Addon - Better minimap blips
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/blipstick.git
Click here to lend your support to: blipstick and make a donation at www.pledgie.com !
Forgot wrath check
tekkub (author)
Sun Sep 28 22:40:03 -0700 2008
commit  723b90bcd85c13e0fc1c4921085b67ea53d4347b
tree    c9bf8ddbf5694862fb69f40d337fb9b80c9ecc71
parent  3c1f61bd1568c207ca903c6eeaeafc53f6b96c95
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+if IS_WRATH_BUILD == nil then IS_WRATH_BUILD = (select(4, GetBuildInfo()) >= 30000) end
0
 if not IS_WRATH_BUILD then InterfaceOptionsFrame_OpenToCategory = InterfaceOptionsFrame_OpenToFrame end
0
 
0
 ----------------------

Comments

    No one has commented yet.