fix(Core/Players): Properly save resting state to DB. (#8014)
Fixes #7782
This commit is contained in:
parent
87a4e493a3
commit
26f1aaa0c8
4 changed files with 22 additions and 8 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1632228952688651200');
|
||||
|
||||
ALTER TABLE `characters` ADD COLUMN `innTriggerId` INT UNSIGNED NOT NULL AFTER `deleteDate`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue