From f55031b2425099f989bccfca2a455c609cbaa403 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sun, 13 Sep 2009 00:02:14 +0200 Subject: Add support for multirealm. Patch by streetrat. --HG-- branch : trunk --- sql/updates/5642_realmd.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/5642_realmd.sql (limited to 'sql/updates') diff --git a/sql/updates/5642_realmd.sql b/sql/updates/5642_realmd.sql new file mode 100644 index 00000000000..f1d5575fd18 --- /dev/null +++ b/sql/updates/5642_realmd.sql @@ -0,0 +1,2 @@ +ALTER TABLE `realmlist` + ADD `gamebuild` int(11) unsigned NOT NULL default '9947' AFTER `population`; \ No newline at end of file -- cgit v1.2.3