Core/Players: Rename "heroic character" to "death knight"

This commit is contained in:
Chazy Chaz
2017-03-17 19:03:59 +01:00
committed by Aokromes
parent cb8f052a65
commit 3f14e4e56e
9 changed files with 62 additions and 62 deletions

View File

@@ -128,7 +128,7 @@ public:
// set starting level
uint32 startLevel = target->getClass() != CLASS_DEATH_KNIGHT
? sWorld->getIntConfig(CONFIG_START_PLAYER_LEVEL)
: sWorld->getIntConfig(CONFIG_START_HEROIC_PLAYER_LEVEL);
: sWorld->getIntConfig(CONFIG_START_DEATH_KNIGHT_PLAYER_LEVEL);
target->_ApplyAllLevelScaleItemMods(false);
target->SetLevel(startLevel);