Skip to content

Commit

Permalink
Changes for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rembound committed Jul 3, 2015
1 parent 7cffc24 commit f6f7d56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void OnLoad()
herohashlist.Clear();
herohashlist.Add(new HeroHashData(0, "Warrior", "warrior_small.png", 13776678289873991291, 13071189497635732127, 12080542990295427731)); // Garrosh, Magni small, Magni big
herohashlist.Add(new HeroHashData(1, "Shaman", "shaman_small.png", 18366959783178990451));
herohashlist.Add(new HeroHashData(2, "Rogue", "rogue_small.png", 5643619427529904809));
herohashlist.Add(new HeroHashData(2, "Rogue", "rogue_small.png", 5643619427529904809, 11263619176753353643, 10111770795730096827)); // Valeera, Valeera golden small, Valeera golden big
herohashlist.Add(new HeroHashData(3, "Paladin", "paladin_small.png", 11505795398351105139));
herohashlist.Add(new HeroHashData(4, "Hunter", "hunter_small.png", 2294799430464257123, 12942361696967163803, 17552924014479703963)); // Rexxar, Alleria small, Alleria big
herohashlist.Add(new HeroHashData(5, "Druid", "druid_small.png", 5433851923975358071));
Expand Down Expand Up @@ -1008,9 +1008,7 @@ private void SetState(PluginState newstate)
arenawindow.CardPanel.Visibility = System.Windows.Visibility.Hidden;
} else if (!stablearena && state != PluginState.Done)
{
ShowValueOverlay(false);
SetAdviceText(DetectingArena);
ShowAdviceOverlay(configdata.overlay);
ShowOverlay(false);

SetDetectingText(DetectingArena, DetectionWarning, "");
arenawindow.DetectingPanel.Visibility = System.Windows.Visibility.Visible;
Expand Down

0 comments on commit f6f7d56

Please sign in to comment.