diff --git a/Model/Entity/Data/DATA.cs b/Model/Entity/Data/DATA.cs index 82826d1..4fa0ac7 100644 --- a/Model/Entity/Data/DATA.cs +++ b/Model/Entity/Data/DATA.cs @@ -2938,7 +2938,7 @@ public class DATA { Name = "Heaven's Aegis", Description = - @"Provides a Barrier to a nearby allied unit once every 0.5 seconds.", + @"Provides a Barrier to a nearby allied unit once every 0.5 seconds. And barrier is reapplied every 5 seconds.", Notes = " - Summons Ajari (movable).
- Every 0.5s Ajari applies a Barrier (Blocks one instance of damage) that lasts 20s to the closest nearby unit without one." }) diff --git a/Model/Variables.cs b/Model/Variables.cs index b5a7b13..423537f 100644 --- a/Model/Variables.cs +++ b/Model/Variables.cs @@ -2,5 +2,5 @@ public static class Variables { - public static string GamePatch = "0.0.6.10322a"; + public static string GamePatch = " 0.0.6.10415a"; } \ No newline at end of file