Remove most C_ functions that cannot be downported

This commit is contained in:
andrew6180
2024-05-21 01:54:45 -07:00
parent 2f0e5b572f
commit 60c4c0c1c1
7 changed files with 90 additions and 343 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ function Details:StartMeUp()
if (not trinketData[spellId]) then
---@type trinketdata
local thisTrinketData = {
itemName = C_Item.GetItemNameByID(trinketTable.itemId),
itemName = GetItemName(trinketTable.itemId),
spellName = GetSpellInfo(spellId) or "spell not found",
lastActivation = 0,
lastPlayerName = "",