mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Add support for multirealm. Patch by streetrat.
--HG-- branch : trunk
This commit is contained in:
@@ -182,6 +182,7 @@ CREATE TABLE `realmlist` (
|
||||
`timezone` tinyint(3) unsigned NOT NULL default '0',
|
||||
`allowedSecurityLevel` tinyint(3) unsigned NOT NULL default '0',
|
||||
`population` float unsigned NOT NULL default '0',
|
||||
`gamebuild` int(11) unsigned NOT NULL default '9947',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `idx_name` (`name`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Realm System';
|
||||
|
||||
2
sql/updates/5642_realmd.sql
Normal file
2
sql/updates/5642_realmd.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `realmlist`
|
||||
ADD `gamebuild` int(11) unsigned NOT NULL default '9947' AFTER `population`;
|
||||
Reference in New Issue
Block a user