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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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`;