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:
Kelsi 2026-03-13 08:14:47 -07:00
parent 59e29e2988
commit ed02f5872a
3 changed files with 66 additions and 5 deletions

View file

@ -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
}
}