From bc7df39d6f7d614216666e84645412bc12133a72 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 15 Dec 2020 18:32:10 -0300 Subject: [PATCH] Druid Kyrian TANK Kindred Spirits --- Libs/LibRaidStatus/LibRaidStatus.lua | 2 +- Libs/LibRaidStatus/ThingsToMantain.lua | 6 +++--- core/parser.lua | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Libs/LibRaidStatus/LibRaidStatus.lua b/Libs/LibRaidStatus/LibRaidStatus.lua index 76efd93b..108c0f16 100644 --- a/Libs/LibRaidStatus/LibRaidStatus.lua +++ b/Libs/LibRaidStatus/LibRaidStatus.lua @@ -1,6 +1,6 @@ local major = "LibRaidStatus-1.0" -local CONST_LIB_VERSION = 8 +local CONST_LIB_VERSION = 9 LIB_RAID_STATUS_CAN_LOAD = false --declae the library within the LibStub diff --git a/Libs/LibRaidStatus/ThingsToMantain.lua b/Libs/LibRaidStatus/ThingsToMantain.lua index f644c4cf..25d5570d 100644 --- a/Libs/LibRaidStatus/ThingsToMantain.lua +++ b/Libs/LibRaidStatus/ThingsToMantain.lua @@ -254,7 +254,7 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = { [118038] = 2, --Die by the Sword [97462] = 4, --Rallying Cry [64382] = 5, --Shattering Throw - [18499] = 5, --Berserker Rage + --[18499] = 5, --Berserker Rage [5246] = 5, --Intimidating Shout }, --Fury @@ -264,7 +264,7 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = { [184364] = 2, --Enraged Regeneration [97462] = 4, --Rallying Cry [64382] = 5, --Shattering Throw - [18499] = 5, --Berserker Rage + --[18499] = 5, --Berserker Rage [5246] = 5, --Intimidating Shout }, --Protection @@ -275,7 +275,7 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = { [871] = 2, --Shield Wall [97462] = 4, --Rallying Cry [64382] = 5, --Shattering Throw - [18499] = 5, --Berserker Rage + --[18499] = 5, --Berserker Rage [5246] = 5, --Intimidating Shout }, diff --git a/core/parser.lua b/core/parser.lua index 1d96deed..8cce6782 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -263,6 +263,7 @@ --> druid kyrian bound damage, heal local SPELLID_KYRIAN_DRUID_DAMAGE = 338411 local SPELLID_KYRIAN_DRUID_HEAL = 327149 + local SPELLID_KYRIAN_DRUID_TANK = 327037 --> spells with special treatment local special_damage_spells = { @@ -901,7 +902,7 @@ end end - if (is_friendly_fire) then + if (is_friendly_fire and spellid ~= SPELLID_KYRIAN_DRUID_TANK) then if (este_jogador.grupo) then --> se tiver ele n�o adiciona o evento l� em cima local t = last_events_cache [alvo_name]