From c75d0430200c4083831a2d581e4ddb8d25c6a058 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sun, 19 May 2024 14:52:56 -0700 Subject: [PATCH] Revert "Added rallied to victory to track when this buff is placed on someone." This reverts commit 9d6fb936cbb51ddcbb9c13d963232f507c44b1f5. --- core/parser.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index a347fe9c..22a9f8c9 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -178,7 +178,6 @@ local buffs_on_target = { [10060] = true, --power infusion [194384] = true, --atonement uptime - [378134] = true, --rallied to victory } Details.CreditBuffToTarget = buffs_on_target