Skip to content

Commit 7e4cd3e

Browse files
committed
GetLevel deprecation.
1 parent 927a2b6 commit 7e4cd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptr_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class createTemplate : public PlayerScript {
233233
LOG_DEBUG("module", "Template ID {} entered, but no template info available for player {}!", index, player->GetGUID().ToString());
234234
return MISSING_TEMPLATE_INFO;
235235
}
236-
if ((!(player->getLevel() == (player->getClass() != CLASS_DEATH_KNIGHT
236+
if ((!(player->GetLevel() == (player->getClass() != CLASS_DEATH_KNIGHT
237237
? sWorld->getIntConfig(CONFIG_START_PLAYER_LEVEL)
238238
: sWorld->getIntConfig(CONFIG_START_HEROIC_PLAYER_LEVEL)))) && !(sConfigMgr->GetOption<bool>("LevelEnable", true)))
239239
{

0 commit comments

Comments
 (0)