|
@@ -5791,7 +5791,7 @@ void Commands::Command_AcceptAdvancement(Client* client, Seperator* sep)
|
|
|
client->QueuePacket(player->GetSpellBookUpdatePacket(client->GetVersion()));
|
|
|
client->QueuePacket(master_trait_list.GetTraitListPacket(client));
|
|
|
|
|
|
- if(client->GetVersion() <= 546) {
|
|
|
+ if(client->GetVersion() <= 561) {
|
|
|
master_trait_list.ChooseNextTrait(client);
|
|
|
}
|
|
|
}
|