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 f6bdcf388..11a4855f4 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -122,6 +122,8 @@ $("#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."); + var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true); chat.setBounds(2, 2, 780 - 4, 200 - 4); chat.showTimestamps = true;