From 0bbdabcae363c7b0b34b5a689270539310cb8e55 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Thu, 29 Sep 2016 19:10:25 +0300 Subject: [PATCH] Hypnotize and Berserk countering --- config/spells/timed.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/spells/timed.json b/config/spells/timed.json index 080f3efa4..264e8943a 100644 --- a/config/spells/timed.json +++ b/config/spells/timed.json @@ -250,7 +250,6 @@ "positive": true } }, - "magicMirror" : { "index" : 36, "targetType" : "CREATURE", @@ -1050,7 +1049,6 @@ "positive": true } }, - "counterstrike" : { "index" : 58, "targetType" : "CREATURE", @@ -1124,6 +1122,9 @@ "range" : "0-2" } }, + "counters" : { + "spell.hypnotize": true + }, "absoluteImmunity" : { "SIEGE_WEAPON": true }, @@ -1186,6 +1187,9 @@ } } }, + "counters" : { + "spell.berserk": true + }, "absoluteImmunity" : { "SIEGE_WEAPON": true },