Core/Players: Deleted some ancient (and unused) dk rune code

This commit is contained in:
Shauren
2017-11-13 23:30:33 +01:00
parent 74ceb42d51
commit ebf085a9bf
@@ -594,14 +594,6 @@ bool Player::Create(ObjectGuid::LowType guidlow, WorldPackets::Character::Charac
if (getPowerType() == POWER_MANA)
SetPower(POWER_MANA, GetMaxPower(POWER_MANA));
if (getPowerType() == POWER_RUNIC_POWER)
{
SetPower(POWER_RUNES, 8);
SetMaxPower(POWER_RUNES, 8);
SetPower(POWER_RUNIC_POWER, 0);
SetMaxPower(POWER_RUNIC_POWER, 1000);
}
// original spells
LearnDefaultSkills();
LearnCustomSpells();