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:
ZhengPeiRu21
2023-04-22 07:09:18 -06:00
committed by GitHub
parent 8696e7be7f
commit 1e26cdbee9
4 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
--
ALTER TABLE `characters`
ADD COLUMN `extraBonusTalentCount` INT NOT NULL DEFAULT '0' AFTER `innTriggerId`;