diff options
author | QAston <none@none> | 2009-08-05 02:36:26 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-05 02:36:26 +0200 |
commit | 50ce9f8cfa6321be87ee797834bd9300c2cbd32d (patch) | |
tree | 0aeda0a0f699ed361f027eab1b4b43f1fe2f7e92 /src/game/Player.cpp | |
parent | 172a6f127979af0744c2ba905065e7189ad92a7d (diff) |
*Correct implementation and use of dbc data for aura SPELL_AURA_CONVERT_RUNE(249)
*Fix Blood of the North, Reaping - original patch by thenecromancer
*Fix Death Rune Mastery.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 0b75d090152..9f28c399c1f 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -20474,6 +20474,7 @@ void Player::InitRunes() m_runes = new Runes; m_runes->runeState = 0; + m_runes->lastUsedRune = RUNE_BLOOD; for(uint32 i = 0; i < MAX_RUNES; ++i) { |