aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-01-27 17:33:01 +0100
committerShauren <shauren.trinity@gmail.com>2013-01-27 17:33:01 +0100
commit6e80357f8e8b4e820bab8bd05fb8457c3cb46d11 (patch)
tree43c19c9e00dbf99c3811900438348bfe266d82fb /sql/updates/auth
parente1d12de2b14534e35916e58afbe4e7016f0b6ff7 (diff)
Core/Authserver: Added possibility to allow realm connections both from "world" and local networks.
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2013_01_27_00_auth_realmlist.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2013_01_27_00_auth_realmlist.sql b/sql/updates/auth/2013_01_27_00_auth_realmlist.sql
new file mode 100644
index 00000000000..0c3b18448e6
--- /dev/null
+++ b/sql/updates/auth/2013_01_27_00_auth_realmlist.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `realmlist`
+ ADD `localAddress` varchar(255) NOT NULL DEFAULT '127.0.0.1' AFTER `address`,
+ ADD `localSubnetMask` varchar(255) NOT NULL DEFAULT '255.255.255.0' AFTER `localAddress`;