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

Closes #19286
This commit is contained in:
Chazy Chaz
2017-03-17 19:00:33 +01:00
committed by Shauren
parent 3df4135173
commit c31de25627
9 changed files with 63 additions and 62 deletions

View File

@@ -127,7 +127,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);