diff -r 39ca8f9807e3 -r 039b534ff9d6 RacerRoomSetup.wiki --- a/RacerRoomSetup.wiki Wed Apr 17 01:53:26 2019 +0100 +++ b/RacerRoomSetup.wiki Wed Apr 17 01:54:11 2019 +0100 @@ -51,7 +51,7 @@ prefix=/usr/home/hedgewars/0.9.24/share/hedgewars/Data }}} -When updating between versions, update version in checker's source, run this on the server's database to have new stats appear on the records page: +When updating between versions, update version in checker's source, run this on the server's database to have new stats appear on the records page (see also [ProtocolNumbers]): {{{ INSERT INTO gameversions (protocol, version) VALUES (55, '0.9.24'), (56, '0.9.25-dev'); }}}