From cce25a3d9efc55c51bed997f36d6f6ca7e1de4a4 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 7 Apr 2019 14:19:27 +0200 Subject: [PATCH] tbc: fix nameplate object order --- compat/tbc.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compat/tbc.lua b/compat/tbc.lua index f4e0f623..d5822409 100644 --- a/compat/tbc.lua +++ b/compat/tbc.lua @@ -12,9 +12,7 @@ pfUI.module.hdgraphic = true -- [[ Constants ]]-- CASTBAR_EVENT_CAST_DELAY = "UNIT_SPELLCAST_DELAYED" CASTBAR_EVENT_CHANNEL_DELAY = "UNIT_SPELLCAST_CHANNEL_UPDATE" - -NAMEPLATE_OBJECTORDER = { "border", "glow", "_", "_", "name", "level", - "levelicon", "raidicon" } +NAMEPLATE_OBJECTORDER = { "border", "_", "_", "glow", "name", "level", "levelicon", "raidicon" } NAMEPLATE_FRAMETYPE = "Frame"