Mercurial > wow > askmrrobot
comparison amr-constants.lua @ 41:0e78d6424532 v13
added region to import/export, some prep for new combat logging
author | yellowfive |
---|---|
date | Fri, 24 Oct 2014 12:08:47 -0700 |
parents | 561cf98ced21 |
children | 6f1bb8fcf64d |
comparison
equal
deleted
inserted
replaced
40:a489324103e5 | 41:0e78d6424532 |
---|---|
120 return true | 120 return true |
121 else | 121 else |
122 return false | 122 return false |
123 end | 123 end |
124 end | 124 end |
125 | |
126 AskMrRobot.regionNames = { | |
127 [1] = "US", | |
128 [2] = "KR", | |
129 [3] = "EU", | |
130 [4] = "TW", | |
131 [5] = "CN" | |
132 } | |
125 | 133 |
126 AskMrRobot.classIds = { | 134 AskMrRobot.classIds = { |
127 ["NONE"] = 0, | 135 ["NONE"] = 0, |
128 ["DEATHKNIGHT"] = 1, | 136 ["DEATHKNIGHT"] = 1, |
129 ["DRUID"] = 2, | 137 ["DRUID"] = 2, |