From 969aead0bebb1d903cfafab96f68aa15480f27e7 Mon Sep 17 00:00:00 2001 From: rawoil Date: Mon, 19 Jul 2021 09:11:40 +0800 Subject: [PATCH] add ready check support --- oUF_SimpleConfig/party.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/oUF_SimpleConfig/party.lua b/oUF_SimpleConfig/party.lua index d614761..8acd308 100644 --- a/oUF_SimpleConfig/party.lua +++ b/oUF_SimpleConfig/party.lua @@ -59,6 +59,12 @@ L.C.party = { size = {18,18}, point = {"CENTER","TOP",0,0}, }, + --ready check + readycheck = { + enabled = true, + size = {12,12}, + point = {"CENTER","CENTER",0,0}, + }, --buffs buffs = { enabled = false, -- 1.7.9.5