enable $quest to load v3 quests on ep3
This commit is contained in:
@@ -17,7 +17,7 @@ std::shared_ptr<Lobby> create_game_generic(
|
||||
bool allow_v1 = false,
|
||||
std::shared_ptr<Lobby> watched_lobby = nullptr,
|
||||
std::shared_ptr<Episode3::BattleRecordPlayer> battle_player = nullptr);
|
||||
void set_lobby_quest(std::shared_ptr<Lobby> l, std::shared_ptr<const Quest> q);
|
||||
void set_lobby_quest(std::shared_ptr<Lobby> l, std::shared_ptr<const Quest> q, bool substitute_v3_for_ep3 = false);
|
||||
|
||||
void on_connect(std::shared_ptr<Client> c);
|
||||
void on_disconnect(std::shared_ptr<Client> c);
|
||||
|
||||
Reference in New Issue
Block a user