mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Load the things we actually use
This commit is contained in:
@@ -12,13 +12,15 @@ local format = string.format
|
|||||||
local wipe, tinsert, tsort, tremove = table.wipe, table.insert, table.sort, table.remove
|
local wipe, tinsert, tsort, tremove = table.wipe, table.insert, table.sort, table.remove
|
||||||
--WoW API / Variables
|
--WoW API / Variables
|
||||||
local CreateFrame = CreateFrame
|
local CreateFrame = CreateFrame
|
||||||
local UnitAura = UnitAura
|
|
||||||
local CancelItemTempEnchantment = CancelItemTempEnchantment
|
|
||||||
local CancelUnitBuff = CancelUnitBuff
|
|
||||||
local GetInventoryItemQuality = GetInventoryItemQuality
|
local GetInventoryItemQuality = GetInventoryItemQuality
|
||||||
local GetItemQualityColor = GetItemQualityColor
|
local GetItemQualityColor = GetItemQualityColor
|
||||||
local GetWeaponEnchantInfo = GetWeaponEnchantInfo
|
local GetWeaponEnchantInfo = GetWeaponEnchantInfo
|
||||||
local GetInventoryItemTexture = GetInventoryItemTexture
|
local GetInventoryItemTexture = GetInventoryItemTexture
|
||||||
|
local GetPlayerBuff = GetPlayerBuff
|
||||||
|
local GetPlayerBuffTexture = GetPlayerBuffTexture
|
||||||
|
local GetPlayerBuffApplications = GetPlayerBuffApplications
|
||||||
|
local GetPlayerBuffDispelType = GetPlayerBuffDispelType
|
||||||
|
local GetPlayerBuffTimeLeft = GetPlayerBuffTimeLeft
|
||||||
|
|
||||||
local DIRECTION_TO_POINT = {
|
local DIRECTION_TO_POINT = {
|
||||||
DOWN_RIGHT = "TOPLEFT",
|
DOWN_RIGHT = "TOPLEFT",
|
||||||
|
|||||||
Reference in New Issue
Block a user