From ec50dc606896026fda413462c04952578b47d646 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 16 Jan 2012 15:46:29 +0000 Subject: [PATCH] - "Orc Strategist" has a proper name now. --- .../java/com/gempukku/lotro/cards/set12/orc/Card12_097.java | 2 +- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/orc/Card12_097.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/orc/Card12_097.java index dd370565b..af9e9d817 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/orc/Card12_097.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/orc/Card12_097.java @@ -28,7 +28,7 @@ import java.util.List; */ public class Card12_097 extends AbstractMinion { public Card12_097() { - super(4, 11, 3, 4, Race.ORC, Culture.ORC, "Orc Stretegist"); + super(4, 11, 3, 4, Race.ORC, Culture.ORC, "Orc Strategist"); addKeyword(Keyword.LURKER); } diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 3e7fdc45c..8c2d6613d 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,11 +1,12 @@
 16 Jan. 2012
 - "Fearless" should now be giving a proper bonus to the minion.
-- "Orthanc Warrior" has a propert name now.
+- "Orthanc Warrior" has a proper name now.
 - Added "Bloodlines" (set 13) set.
 - "Master Proudfoot" now gives an option of choosing which cards to put into hand, because of Rule of 4.
 - System now correctly recognizes attribute bonus from attribute penalty and the source of the bonus/penalty is checked
 for cancelling bonus modifiers.
+- "Orc Strategist" has a proper name now.
 
 15 Jan. 2012
 - "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions.