implement Episode 3 meseta

This commit is contained in:
Martin Michelsen
2023-09-24 16:25:38 -07:00
parent 8b544830a0
commit 058b040975
23 changed files with 561 additions and 459 deletions
+2 -2
View File
@@ -147,11 +147,11 @@ QuestScriptVersion Client::quest_version() const {
}
}
void Client::set_license(shared_ptr<const License> l) {
void Client::set_license(shared_ptr<License> l) {
this->license = l;
this->game_data.guild_card_number = this->license->serial_number;
if (this->version() == GameVersion::BB) {
this->game_data.bb_username = this->license->username;
this->game_data.bb_username = this->license->bb_username;
}
}