diff options
| author | click <none@none> | 2010-04-26 19:32:59 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-04-26 19:32:59 +0200 |
| commit | e76160e83586644092baaa44d121e88691e2e6f6 (patch) | |
| tree | 91ab721ef9e2f31984d853ce8b6f0cdbc731a447 | |
| parent | 4348e2bea22a9b9ca29011e08375bc2235dadfef (diff) | |
Remove a remnant from some local testcode (damn, I'm sure I had removed it - it's not even related to the previous fix)
--HG--
branch : trunk
| -rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 7b4c761bbb3..540c3c6b1aa 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -23363,7 +23363,6 @@ void Player::ActivateSpec(uint8 spec) return; _SaveActions(); - _SaveSpells(); if (IsNonMeleeSpellCasted(false)) InterruptNonMeleeSpells(false); |
