PC-30 - Claim land objective should use clan GUI

This commit is contained in:
William Burns 2016-03-29 00:07:50 +01:00
parent fc473275b0
commit f2d450d26b

View File

@ -20,7 +20,7 @@ public class ClaimLandGoal extends ObjectiveGoal<ClanObjective>
{ {
public ClaimLandGoal(ClanObjective objective) public ClaimLandGoal(ClanObjective objective)
{ {
super(objective, "Claim Land", "Claim land with /c claim"); super(objective, "Claim Land", "Claim land by opening the Clan Management page with /c and click the Claim Land Button");
} }
@Override @Override