vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --Default |
2 | |||
3 | --classes |
||
4 | DISTANCE_WARRIOR = "Warrior"; |
||
5 | DISTANCE_ROGUE = "Rogue"; |
||
6 | DISTANCE_HUNTER = "Hunter"; |
||
7 | DISTANCE_SHAMAN = "Shaman"; |
||
8 | DISTANCE_PALADIN = "Paladin"; |
||
9 | DISTANCE_DRUID = "Druid"; |
||
10 | DISTANCE_MAGE = "Mage"; |
||
11 | DISTANCE_WARLOCK = "Warlock"; |
||
12 | DISTANCE_PRIEST = "Priest"; |
||
13 | |||
14 | --talents mage |
||
15 | DISTANCE_ARCTIC_REACH = "Arctic Reach"; |
||
16 | DISTANCE_FLAME_THROWING = "Flame Throwing"; |
||
17 | --talents shaman |
||
18 | DISTANCE_STORM_REACH = "Storm Reach"; |
||
19 | --talents hunter |
||
20 | DISTANCE_HAWK_EYE = "Hawk Eye"; |
||
21 | --talents druid |
||
22 | DISTANCE_NATURES_REACH = "Nature's Reach"; |
||
23 | --talents priest |
||
24 | DISTANCE_HOLY_REACH = "Holy Reach"; |
||
25 | DISTANCE_SHADOW_REACH = "Shadow Reach"; |
||
26 | --talents warlock |
||
27 | DISTANCE_DESTRUCTIVE_REACH ="Destructive Reach"; |
||
28 | DISTANCE_GRIM_REACH = "Grim Reach"; |
||
29 | |||
30 | |||
31 | |||
32 | |||
33 | --[[ |
||
34 | à : \195\160 è : \195\168 ì : \195\172 ò : \195\178 ù : \195\185 |
||
35 | á : \195\161 é : \195\169 í : \195\173 ó : \195\179 ú : \195\186 |
||
36 | â : \195\162 ê : \195\170 î : \195\174 ô : \195\180 û : \195\187 |
||
37 | ã : \195\163 ë : \195\171 ï : \195\175 õ : \195\181 ü : \195\188 |
||
38 | ä : \195\164 ñ : \195\177 ö : \195\182 |
||
39 | æ : \195\166 ø : \195\184 |
||
40 | ç : \195\167 |
||
41 | |||
42 | Ä : \195\132 |
||
43 | Ö : \195\150 |
||
44 | Ü : \195\156 |
||
45 | ß : \195\159 |
||
46 | |||
47 | ]] |