mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(Core/Players): Properly save resting state to DB. (#8014)
Fixes #7782
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user