public
Description: WoW Addon - Generic reminder framework
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/cork.git
Click here to lend your support to: cork and make a donation at www.pledgie.com !
Fix Live error with pally blessing config
tekkub (author)
Thu Aug 28 01:05:19 -0700 2008
commit  103704cdbb47c99bb4a183b8374527277ecb1d62
tree    4e9b7ff90e0e4ff7bf6af57163db02786715841f
parent  60e88840bceb036c91cd747aa4d47ea7f3c8baaf
...
7
8
9
 
 
 
 
 
 
 
 
 
 
 
 
 
...
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -7,3 +7,16 @@ function Cork.UnitAura(unit, auraname)
0
     if auraname == name then return name, nil, nil, nil, nil, nil, nil, timeLeft end
0
   end
0
 end
0
+
0
+
0
+CLASS_SORT_ORDER = {
0
+ "WARRIOR",
0
+ "PALADIN",
0
+ "PRIEST",
0
+ "SHAMAN",
0
+ "DRUID",
0
+ "ROGUE",
0
+ "MAGE",
0
+ "WARLOCK",
0
+ "HUNTER",
0
+}

Comments

    No one has commented yet.