add support for PC NTE
This commit is contained in:
@@ -652,7 +652,7 @@ void PlayerInventory::encode_for_client(shared_ptr<Client> c) {
|
||||
this->hp_from_materials = 0;
|
||||
this->tp_from_materials = 0;
|
||||
this->language = 0;
|
||||
} else if (c->version() != Version::PC_V2) {
|
||||
} else if ((c->version() != Version::PC_NTE) && (c->version() != Version::PC_V2)) {
|
||||
if (this->language > 4) {
|
||||
this->language = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user