diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js index 0f8a2e963..9fba37330 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js @@ -777,11 +777,11 @@ var GameAnimations = Class.extend({ if (fellowshipArchery == "null") $(".fpArchery").html(""); - else + else if (fellowshipArchery != null) $(".fpArchery").html(fellowshipArchery); if (shadowArchery == "null") $(".shadowArchery").html(""); - else + else if (shadowArchery != null) $(".shadowArchery").html(shadowArchery); $(".move").html(moveCount + "/" + moveLimit);