From 4c71b55457901890c016a437b9a1fb67a518fe37 Mon Sep 17 00:00:00 2001
From: Oleg Agafonov <jaydi85@gmail.com>
Date: Sun, 30 Jun 2019 11:23:40 +0400
Subject: [PATCH] [M20] fixed Gargos, Vicious Watcher

---
 Mage.Sets/src/mage/cards/g/GargosViciousWatcher.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mage.Sets/src/mage/cards/g/GargosViciousWatcher.java b/Mage.Sets/src/mage/cards/g/GargosViciousWatcher.java
index 4f9f0ce1a5..a5b7aae971 100644
--- a/Mage.Sets/src/mage/cards/g/GargosViciousWatcher.java
+++ b/Mage.Sets/src/mage/cards/g/GargosViciousWatcher.java
@@ -46,7 +46,7 @@ public final class GargosViciousWatcher extends CardImpl {
         this.addAbility(VigilanceAbility.getInstance());
 
         // Hydra spells you cast cost {4} less to cast.
-        this.addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 1)));
+        this.addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 4)));
 
         // Whenever a creature you control becomes the target of a spell, Gargos, Vicious Watcher fights up to one target creature you don't control.
         this.addAbility(new GargosViciousWatcherTriggeredAbility());