From 9d6fb936cbb51ddcbb9c13d963232f507c44b1f5 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Sun, 19 May 2024 15:10:46 -0300 Subject: [PATCH] Added rallied to victory to track when this buff is placed on someone. --- core/parser.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/parser.lua b/core/parser.lua index 6010b2570..bd5028956 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -206,6 +206,7 @@ [410089] = true, --prescience (evoker 10.1.5) [10060] = true, --power infusion [194384] = true, --atonement uptime + [378134] = true, --rallied to victory } Details.CreditBuffToTarget = buffs_on_target