This commit is contained in:
2024-08-11 21:28:20 +02:00
parent 03f4b7ff4d
commit 4fd6cec919
7 changed files with 897 additions and 892 deletions

View File

@@ -16,7 +16,7 @@ function(allstates, e, ...)
local keyname = aura_env.KeystoneIdMap[keyid]
if keyname == nil then
DevTools_Dump({ keyid, level, message })
DevTools_Dump({ "Failed getting key name from", keyid, level, message })
return
end
---@cast keyname string

View File

@@ -56,6 +56,8 @@ aura_env.Colorer = {
setmetatable(aura_env.Colorer, { __index = aura_env.Colorer })
aura_env.KeystoneIdMap = {
[165] = "Shadowmoon Burial Grounds",
[166] = "Grimrail Depot",
[197] = "Eye of Azshara",
[198] = "Darkheart Thicket",
[199] = "Black Rook Hold",