Ruleset Details bug in Public SVN 1181
Moderators: Community Managers, Developers
- John Adams
- Retired
- Posts: 4581
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
Ruleset Details bug in Public SVN 1181
For those using the public SVN rev 1181 `vgo_world.sql` file, there is a bug I inadvertently copied to the release DB that was only for the Content server. Any public server appears "Locked" due to the new rule R_World::Locked. To fix this, run this query on your world database:
Note this only affects players testing the new LaunchPad right now, so it's not a show-stopper for any other public server - this is just a heads up.
It will be fixed in the next Public SVN update.
Code: Select all
UPDATE `ruleset_details` SET `rule_value`='0' WHERE `rule_category`='R_World' AND `rule_type` = 'Locked';
It will be fixed in the next Public SVN update.
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
Re: Ruleset Details bug in Public SVN 1181
Hi,
With the current Launchpad i have found that after some poeple to be connected and after a moment, the server is not accessible (waiting for data...), if you update the DB with John's query, that should resolve this issue.
With the current Launchpad i have found that after some poeple to be connected and after a moment, the server is not accessible (waiting for data...), if you update the DB with John's query, that should resolve this issue.