turning force of soga models off
Now that issue #31 is resolved, we can turn soga models off since we know its unrelated
This commit is contained in:
parent
270771ef2c
commit
466ccebe36
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ void Client::SendLoginAccepted() {
|
|||
packet->setDataByName("account_id", 1);
|
||||
//packet->setDataByName("login_response", 0);
|
||||
//packet->setDataByName("reset_appearance", 0);
|
||||
//packet->setDataByName("do_not_force_soga", 1);
|
||||
packet->setDataByName("do_not_force_soga", 1);
|
||||
//packet->setDataByName("race_unknown", 0x3F);
|
||||
//packet->setDataByName("unknown11", 2); // can be 7
|
||||
packet->setDataByName("sub_level", 2);
|
||||
|
|
Loading…
Reference in a new issue