From 2178cfe357fcfde76830520581d84495eaca5c74 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 6 Jun 2024 21:31:52 -0300 Subject: [PATCH] Fixed cho'gall friendly fire errors --- classes/class_damage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class_damage.lua b/classes/class_damage.lua index fa4af953..c06c40b9 100644 --- a/classes/class_damage.lua +++ b/classes/class_damage.lua @@ -2034,7 +2034,7 @@ function damageClass:RefreshWindow(instanceObject, combatObject, bForceUpdate, b this_spell [2] = this_spell [2] + on_player total = total + on_player else - error("error - no spell id for DTBS friendly fire " .. spellid) + --error("error - no spell id for DTBS friendly fire " .. spellid) end end end