mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GOs: Correct some templates and add a missing one (WDB)
DB/Auth: Add missed change to auth_base.sql Also fix file endings in some of hte sqls
This commit is contained in:
@@ -191,7 +191,7 @@ DROP TABLE IF EXISTS `realmlist`;
|
||||
CREATE TABLE `realmlist` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(32) NOT NULL DEFAULT '',
|
||||
`address` varchar(64) NOT NULL DEFAULT '127.0.0.1',
|
||||
`address` varchar(255) NOT NULL DEFAULT '127.0.0.1',
|
||||
`port` smallint(5) unsigned NOT NULL DEFAULT '8085',
|
||||
`icon` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`flag` tinyint(3) unsigned NOT NULL DEFAULT '2',
|
||||
|
||||
Reference in New Issue
Block a user