Archery display.

This commit is contained in:
marcins78@gmail.com
2012-04-11 16:15:17 +00:00
parent ea0f85423e
commit 7e8e8fc234

View File

@@ -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);