Mercurial > wow > breuesk
view Options.lua @ 17:71fc79846a5d
nuke db without having to exit game
printouts for more things
populate random is working
killing bugs
author | John@Doomsday |
---|---|
date | Fri, 09 Mar 2012 13:26:56 -0500 |
parents | 21c58930f74e |
children | 72055fc7e115 |
line wrap: on
line source
bsk.options = { name= 'bsk', type = 'group', args = { version = { type = "execute", name = "Version query", desc = "Check others' versions", func = function(self) self:Print("TODO") end } } }