mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
refactor(Core/DB/playercreateinfo_spell_custom): Load empty (#10595)
This commit is contained in:
@@ -11491,7 +11491,7 @@ void Player::resetSpells()
|
||||
|
||||
void Player::LearnCustomSpells()
|
||||
{
|
||||
if (!sWorld->getBoolConfig(CONFIG_START_ALL_SPELLS))
|
||||
if (!sWorld->getBoolConfig(CONFIG_START_CUSTOM_SPELLS))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user