Mercurial > wow > ouroloot
comparison verbage.lua @ 67:c01875b275ca
Do not use UnitName on other people during RAID_ROSTER_UPDATE, as they may be a weed (thank you Calvieri for unknowingly eating a lifegiving seed and exposing this bug). Be more informative to the user about errors during load. Do not try to run other files if a load-time error happens, as it only generates cascading noise.
| author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
|---|---|
| date | Tue, 08 May 2012 02:41:23 +0000 |
| parents | fcc0d0ff5832 |
| children | 8442272a8418 |
comparison
equal
deleted
inserted
replaced
| 66:43913e02a1ef | 67:c01875b275ca |
|---|---|
| 16 - Being able to drag rows up and down the main loot grid would be awesome. Coding | 16 - Being able to drag rows up and down the main loot grid would be awesome. Coding |
| 17 that would be likely to drive me batshiat insane. | 17 that would be likely to drive me batshiat insane. |
| 18 ]] | 18 ]] |
| 19 | 19 |
| 20 local addon = select(2,...) | 20 local addon = select(2,...) |
| 21 if addon.NOLOAD then return end | |
| 21 | 22 |
| 22 addon.helptree = { | 23 addon.helptree = { |
| 23 { | 24 { |
| 24 value = "about", | 25 value = "about", |
| 25 text = "About", | 26 text = "About", |
