mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
Core/Creatures: the required level for resetting talents should be 10
This commit is contained in:
@@ -1111,7 +1111,7 @@ bool Creature::isCanInteractWithBattleMaster(Player* player, bool msg) const
|
||||
|
||||
bool Creature::CanResetTalents(Player* player, bool pet) const
|
||||
{
|
||||
return player->getLevel() >= 15
|
||||
return player->getLevel() >= 10
|
||||
&& player->getClass() == GetCreatureTemplate()->trainer_class;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user