Mercurial > wow > ouroloot
comparison text_tabs.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 | 43913e02a1ef |
children | 3bed6d51e077 |
comparison
equal
deleted
inserted
replaced
66:43913e02a1ef | 67:c01875b275ca |
---|---|
1 local addon = select(2,...) | 1 local addon = select(2,...) |
2 if addon.NOLOAD then return end | |
2 | 3 |
3 --[[ Generator: | 4 --[[ Generator: |
4 boolean FUNC (ttype, loot, last_printed, generated, cache) | 5 boolean FUNC (ttype, loot, last_printed, generated, cache) |
5 in TTYPE: the registered text type as passed to register_text_generator | 6 in TTYPE: the registered text type as passed to register_text_generator |
6 in LOOT: pointer to g_loot table | 7 in LOOT: pointer to g_loot table |