From 7faf20bc72aaa83d17ade760d8b3fb51dc585724 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 8 Mar 2023 14:08:14 -0300 Subject: [PATCH] Damage to Volatile Spark is now Ignored at Razgareth's encounter on Vault of the Incarnates --- core/parser.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/parser.lua b/core/parser.lua index 7d27af35..828016d5 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -358,6 +358,9 @@ [169429] = true, [169428] = true, [169430] = true, + + --Volatile Spark on razga'reth + [194999] = true, } local ignored_npcids = {}