diff options
| author | QAston <none@none> | 2009-06-06 14:22:24 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-06 14:22:24 +0200 |
| commit | 373867b56b4cb870bd6648397631b64665f4b9b5 (patch) | |
| tree | b7313663fd8f8f414359c94db5cfc0381c9db96c /src | |
| parent | aa468c964a55f592b2b78c1ceb11e633cc49f10a (diff) | |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 65cc7b3bd31..752d509ff5d 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -17066,7 +17066,7 @@ void Player::RestoreSpellMods(Spell * spell) mod->charges = 1; else mod->charges++; - assert (mod->ownerAura->GetAuraCharges() <=charges); + assert (mod->ownerAura->GetAuraCharges() <= mod->charges); } } } |
