(feat/Prototypes): Add 'Item Type Equipped' Trigger and Load Trigger

This commit is contained in:
NoM0Re
2025-08-24 17:05:59 +02:00
parent 01c878e33f
commit 3247c6112a
3 changed files with 71 additions and 0 deletions
+4
View File
@@ -4597,6 +4597,10 @@ WeakAuras.CheckForItemEquipped = function(itemId, specificSlot)
end
end
Private.ExecEnv.IsEquippedItemType = function(itemType)
return IsEquippedItemType(Private.item_weapon_types[itemType] or '')
end
WeakAuras.GetCritChance = function()
-- Based on what the wow paper doll does
local spellCrit = 0