vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | |
2 | local mod = klhtm |
||
3 | local me = {} |
||
4 | mod.user = me |
||
5 | |||
6 | --[[ |
||
7 | UserMods.lua |
||
8 | |||
9 | This is a framework for making extensions to klhtm. |
||
10 | |||
11 | ]] |
||
12 | |||
13 | |||
14 | ------------------------------------------------------------------------ |
||
15 | -- Broodlord's MS -- |
||
16 | ------------------------------------------------------------------------ |
||
17 | |||
18 | --[[ |
||
19 | |||
20 | This sub-addon will record the values of Broodlord's Mortal Strike, with or without Demo Shout up |
||
21 | |||
22 | ... if i ever complete it. |
||
23 | ]] |