Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paracel committed Aug 3, 2014
1 parent 98162c1 commit 9ef910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package/special1v1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ class Cuorui: public TriggerSkill {
n = player->tag["1v1Arrange"].toStringList().length();
if (Config.value("1v1/Rule", "2013").toString() != "2013")
n += 3;
int origin = (Config.value("1v1/Rule", "2013").toString() != "Classical") ? 4 : player->getMaxHp();
int origin = (Config.value("1v1/Rule", "2013").toString() == "Classical") ? 4 : player->getMaxHp();
n += (2 - origin);
}

Expand Down

0 comments on commit 9ef910a

Please sign in to comment.