mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: show LFG dungeon name in Dungeon Finder queue messages
Add LFGDungeons.dbc cache (loadLfgDungeonDbc / getLfgDungeonName) and use it to enrich three LFG chat messages in WotLK: - handleLfgJoinResult: "Joined the queue for Culling of Stratholme." - handleLfgProposalUpdate case 1: "Group found for Halls of Lightning!" - handleLfgProposalUpdate case 2: "A group has been found for ... Accept or decline." Falls back to generic text when DBC is unavailable or dungeon ID unknown.
This commit is contained in:
parent
59e29e2988
commit
ed02f5872a
3 changed files with 66 additions and 5 deletions
|
|
@ -113,5 +113,8 @@
|
|||
"Threshold0": 38, "Threshold1": 39, "Threshold2": 40, "Threshold3": 41,
|
||||
"Threshold4": 42, "Threshold5": 43, "Threshold6": 44, "Threshold7": 45,
|
||||
"Threshold8": 46, "Threshold9": 47
|
||||
},
|
||||
"LFGDungeons": {
|
||||
"ID": 0, "Name": 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue