mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB) TC Alignment - Characters arena stats (#1810)
* Boss re-order * Revert "Boss re-order" This reverts commit 03289cb064ae51c38e3efebba11f3e3882ae350a. * alter character_arena_stats * Update rev_1557226918417685700.sql
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1557226918417685700');
|
||||
|
||||
ALTER TABLE `character_arena_stats`
|
||||
MODIFY `guid` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
MODIFY `slot` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
MODIFY `matchMakerRating` smallint(5) unsigned NOT NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user