diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index 11a4855f4..69ec6ec1d 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -122,7 +122,7 @@ $("#latestNews").append("Sets 01-10 are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); - $("#latestNews").append("
Dwarven Axe and other cards that trigger on winning/losing skirmish should be working correctly now."); + $("#latestNews").append("
Archery problem should be removed now."); var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true); chat.setBounds(2, 2, 780 - 4, 200 - 4);