vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | KC_ITEMS_LOCALS.modules.equipment = {} |
2 | local locals = KC_ITEMS_LOCALS.modules.equipment |
||
3 | |||
4 | if( not ace:LoadTranslation("KC_Equipment") ) then |
||
5 | |||
6 | locals.name = "KC_Equipment" |
||
7 | locals.description = "Keeps Track of Equipment Data" |
||
8 | |||
9 | -- Chat handler locals |
||
10 | locals.chat = { |
||
11 | option = "equipment", |
||
12 | desc = "Equipment related commands.", |
||
13 | args = { |
||
14 | }, |
||
15 | } |
||
16 | |||
17 | end |