From 9b9152d7c67a819d02bc610ab434ff77c820cf8d Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Thu, 1 Dec 2011 12:18:49 +0000 Subject: [PATCH] Announcing fixing Dwarven Axe and so on. --- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 2 ++ 1 file changed, 2 insertions(+) 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;