Add support for multirealm. Patch by streetrat.

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-09-13 00:02:14 +02:00
parent da091a901d
commit f55031b242
6 changed files with 84 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `realmlist`
ADD `gamebuild` int(11) unsigned NOT NULL default '9947' AFTER `population`;