changeset 23:c8a40c59216e

BRF dungeon ID, allows to populate generic bossN names
author ovolkov
date Tue, 10 Feb 2015 04:40:56 +0300
parents 924948188536
children 104c7f24cea6
files LFGFilter.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/LFGFilter.lua	Tue Feb 10 04:40:14 2015 +0300
+++ b/LFGFilter.lua	Tue Feb 10 04:40:56 2015 +0300
@@ -41,6 +41,9 @@
       { "twin_orgon", "twins" },
       { "koragh", "breaker" },
       { "imperator", "margok" },
+   },
+   blackrock_foundry = {
+         lfg_dungeon_id = 847,
    }
 }