aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-01 17:21:16 +0200
committerQAston <none@none>2009-05-01 17:21:16 +0200
commita098dc72fcb86880955a1e5ba775c5aaefe78e1e (patch)
treeeb01e91364ae062c39e03d4da3fdeeb2fab9ea7f /src/game/Player.cpp
parent0f5a9cb46f495d8a0cbf9923a4ef31734979cbc7 (diff)
*Do not apply auras with 4th diminishing level
*Some fixes related to last commit. --HG-- branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index a5a33c7d2fd..907d648f87f 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -6957,7 +6957,7 @@ void Player::CastItemUseSpell(Item *item,SpellCastTargets const& targets,uint8 c
return;
}
- Spell *spell = new Spell(this, spellInfo, false);
+ Spell *spell = new Spell(this, spellInfo,false);
spell->m_CastItem = item;
spell->m_cast_count = cast_count; //set count of casts
spell->m_currentBasePoints[0] = learning_spell_id;