From 424d2602f5e0487ddde118ebeac7fc18f4433473 Mon Sep 17 00:00:00 2001 From: WillowGryph <113316179+WillowGryph@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:53:46 -0400 Subject: [PATCH] Update parser.lua Added Arms Warrior Whirlwind, Warrior Charge, and Monk Blackout Kick to spell overrides. --- core/parser.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index 0dd0ac2dd..97d1a33dd 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -353,6 +353,10 @@ [199667] = 199658, --warrior whirlwind [199852] = 199658, --warrior whirlwind [199851] = 199658, --warrior whirlwind + [199851] = 199658, --warrior whirlwind + [411547] = 199658, --arms warrior whirlwind + [385228] = 199658, --arms warrior whirlwind + [105771] = 126664, --warrior charge [222031] = 199547, --deamonhunter ChaosStrike [200685] = 199552, --deamonhunter Blade Dance @@ -401,6 +405,8 @@ [417134] = 414532, --rage of Fyr'alath [413584] = 414532, [424094] = 414532, + + [228649] = 100784, --monk blackout kick } --all totem @@ -7386,4 +7392,4 @@ function detailsParserDebugFrame:BlinkIcon(spellId, iconId) end --]=] ---end \ No newline at end of file +--end