Started the spellcache for tww; "/de spellid" to copy the spellid of the latest hovered over spell in the breakdown; Fixed /dumpt for spellids

This commit is contained in:
Tercio Jose
2024-06-10 00:07:00 -03:00
parent 5bf4d2e220
commit c9029933f8
4 changed files with 80 additions and 1 deletions
+1 -1
View File
@@ -1239,7 +1239,7 @@ do
--check if this is a spellId
local spellId = tonumber(value)
if (spellId) then
local spellInfo = {GetSpellInfo(spellId)}
local spellInfo = {Details222.GetSpellInfo(spellId)}
if (type(spellInfo[1]) == "string") then
return Details:Dump(spellInfo)
end