mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-04-27 15:20:48 -07:00
fix(Core): Save bonus talent points to DB (#14099)
* fix(Core): Save bonus talent points to DB * fix(Core): Save bonus talent points to DB * Oxford comma in comment
This commit is contained in:
parent
8696e7be7f
commit
1e26cdbee9
4 changed files with 15 additions and 7 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
ALTER TABLE `characters`
|
||||
ADD COLUMN `extraBonusTalentCount` INT NOT NULL DEFAULT '0' AFTER `innTriggerId`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue