mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
refactor(Core/DB/playercreateinfo_spell_custom): Load empty (#10595)
This commit is contained in:
@@ -3215,15 +3215,13 @@ ItemDelete.ItemLevel = 80
|
||||
PlayerStart.AllReputation = 0
|
||||
|
||||
#
|
||||
# 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.
|
||||
# PlayerStart.CustomSpells
|
||||
# Description: If enabled, players will start with custom spells defined in
|
||||
# playercreateinfo_spell_custom table.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
PlayerStart.AllSpells = 0
|
||||
PlayerStart.CustomSpells = 0
|
||||
|
||||
#
|
||||
# PlayerStart.MapsExplored
|
||||
|
||||
Reference in New Issue
Block a user