Mercurial > wow > askmrrobot
comparison Constants.lua @ 65:e638168c3395 v25
fixed some other 6.2 bugs, added italian translation
| author | yellowfive |
|---|---|
| date | Fri, 26 Jun 2015 10:42:36 -0700 |
| parents | f1d5827dbde0 |
| children | 69db1c3025ac |
comparison
equal
deleted
inserted
replaced
| 64:ce1746d16d67 | 65:e638168c3395 |
|---|---|
| 146 table.insert(parts, -math.abs(itemObj.suffixId)) | 146 table.insert(parts, -math.abs(itemObj.suffixId)) |
| 147 end | 147 end |
| 148 | 148 |
| 149 table.insert(parts, 0) | 149 table.insert(parts, 0) |
| 150 table.insert(parts, UnitLevel("player")) | 150 table.insert(parts, UnitLevel("player")) |
| 151 table.insert(parts, 0) -- unknown | |
| 151 table.insert(parts, itemObj.upgradeId) | 152 table.insert(parts, itemObj.upgradeId) |
| 152 table.insert(parts, 0) | 153 table.insert(parts, 0) |
| 153 | 154 |
| 154 if itemObj.bonusIds then | 155 if itemObj.bonusIds then |
| 155 table.insert(parts, #itemObj.bonusIds) | 156 table.insert(parts, #itemObj.bonusIds) |
