Update servatrice to respect server id when doing room information lookups

This commit is contained in:
woogerboy21 2016-07-15 21:14:39 -04:00
parent b28b174056
commit 600a8e8c60
4 changed files with 12 additions and 4 deletions

View file

@ -9,7 +9,7 @@
#include "server.h"
#include "server_database_interface.h"
#define DATABASE_SCHEMA_VERSION 14
#define DATABASE_SCHEMA_VERSION 15
class Servatrice;