Mercurial > wow > bloodhound2
diff Config.lua @ 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 | 75ca29b399e8 |
children |
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;