Mercurial > wow > bloodhound2
changeset 11:61b30721d4cf Release
Fixed an error that was not allowing Misc Nodes to be listed in the config panel.
author | only1yzerman |
---|---|
date | Tue, 25 Jun 2013 22:02:41 -0400 |
parents | 8875b9029a32 |
children | ad6dff5d31c7 |
files | Config.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Config.lua Mon Jun 24 07:48:29 2013 -0400 +++ b/Config.lua Tue Jun 25 22:02:41 2013 -0400 @@ -207,7 +207,7 @@ function AddMisc() local table = {}; - for h, v in pairs(Bloodhound2.ContinentMisc) do + for h, v in pairs(Bloodhound2.ContinentNode) do local name = L[h]; if not name then name="Misc "..h; end; table[h] = name;