Mercurial > wow > ouroloot
comparison abbreviations.lua @ 109:ce45011fab4c
- Test for errors during startup before trying to manipulate data.
- Thin encapsulation around dispositions. Abstract everything except the
insertion into GUI dropdowns (that comes next).
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Wed, 08 Aug 2012 14:43:26 -0400 |
parents | 095ee38508e8 |
children | 375059a11c1d |
comparison
equal
deleted
inserted
replaced
108:04ccd12c2a41 | 109:ce45011fab4c |
---|---|
104 ["Deathbringer Saurfang"] = "Deathbringer Sauerkraut", | 104 ["Deathbringer Saurfang"] = "Deathbringer Sauerkraut", |
105 ["Professor Putricide"] = "Professor Farnsworth", | 105 ["Professor Putricide"] = "Professor Farnsworth", |
106 ["Valithria Dreamwalker"] = "Dreeeeaaamweaaaaaverrrr", | 106 ["Valithria Dreamwalker"] = "Dreeeeaaamweaaaaaverrrr", |
107 } | 107 } |
108 | 108 |
109 addon.FILES_LOADED = addon.FILES_LOADED + 1 | |
109 -- vim:noet | 110 -- vim:noet |