From c0f80fcd2429af98770324623f9296e6aaf655a0 Mon Sep 17 00:00:00 2001 From: sekantti1 <123316963+sekantti1@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:18:17 +0200 Subject: [PATCH] Add Dracthyr racial Fixes lua error spam caused by Racials module. Adds Wing Buffet as the Dracthyr racial. --- Modules/Racial.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Racial.lua b/Modules/Racial.lua index 434c750..dbef9fa 100644 --- a/Modules/Racial.lua +++ b/Modules/Racial.lua @@ -58,7 +58,8 @@ local unitRaceCDs = { ["VOIDELF"] = { cooldown = 180, spellID = 256948, sharesCD = false }, ["KULTIRAN"] = { cooldown = 160, spellID = 287712, sharesCD = false }, ["MECHAGNOME"] = { cooldown = 180, spellID = 312924, sharesCD = false }, - ["VULPERA"] = { cooldown = 90, spellID = 312411, sharesCD = false } + ["VULPERA"] = { cooldown = 90, spellID = 312411, sharesCD = false }, + ["DRACTHYR"] = { cooldown = 90, spellID = 357214, sharesCD = false } } local Racial = Gladius:NewModule("Racial", false, true, {