Browse Source

0.0.6.10415a

main
Jonathan 1 year ago
parent
commit
80f44c3931
  1. 2
      Model/Entity/Data/DATA.cs
  2. 2
      Model/Variables.cs

2
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).<br/> - Every 0.5s Ajari applies a Barrier (Blocks one instance of damage) that lasts 20s to the closest nearby unit without one."
})

2
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";
}
Loading…
Cancel
Save