diff options
author | Shauren <shauren.trinity@gmail.com> | 2013-01-27 17:33:01 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2013-01-27 17:33:01 +0100 |
commit | 6e80357f8e8b4e820bab8bd05fb8457c3cb46d11 (patch) | |
tree | 43c19c9e00dbf99c3811900438348bfe266d82fb /sql/base/auth_database.sql | |
parent | e1d12de2b14534e35916e58afbe4e7016f0b6ff7 (diff) |
Core/Authserver: Added possibility to allow realm connections both from "world" and local networks.
Diffstat (limited to 'sql/base/auth_database.sql')
-rw-r--r-- | sql/base/auth_database.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index a052a74c837..5050906b008 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -193,6 +193,8 @@ CREATE TABLE `realmlist` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL DEFAULT '', `address` varchar(255) NOT NULL DEFAULT '127.0.0.1', + `localAddress` varchar(255) NOT NULL DEFAULT '127.0.0.1', + `localSubnetMask` varchar(255) NOT NULL DEFAULT '255.255.255.0', `port` smallint(5) unsigned NOT NULL DEFAULT '8085', `icon` tinyint(3) unsigned NOT NULL DEFAULT '0', `flag` tinyint(3) unsigned NOT NULL DEFAULT '2', |