mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feature(Core/Spells): Allow to learn all spells for characters on cre… (#6464)
* feature(Core/Spells): Allow to learn all spells for characters on creation * Cherry-picked from TrinityCore * now it works =) * Update Player.cpp
This commit is contained in:
@@ -2952,13 +2952,15 @@ ItemDelete.ItemLevel = 80
|
||||
PlayerStart.AllReputation = 0
|
||||
|
||||
#
|
||||
# PlayerStart.CustomSpells
|
||||
# Description: If enabled, players will ignore spells from playercreateinfo_spellstart at character
|
||||
# creation and will start with spells from the table playercreateinfo_spell_custom instead.
|
||||
# PlayerStart.AllSpells
|
||||
# Description: If enabled, players will start with all their class spells (not talents).
|
||||
# You must populate playercreateinfo_spell_custom table with the spells you
|
||||
# want, or this will not work! The table has data for all classes / races up
|
||||
# to TBC expansion.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
PlayerStart.CustomSpells = 0
|
||||
PlayerStart.AllSpells = 0
|
||||
|
||||
#
|
||||
# PlayerStart.MapsExplored
|
||||
|
||||
Reference in New Issue
Block a user