Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/polserver/polserver
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/polserver/polserver:
  Fixing clientflag for TOL extension
  • Loading branch information
turleypol committed Dec 20, 2016
2 parents f9c3db9 + f1266fb commit 5a90827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pol-core/pol/ufunc.cpp
Expand Up @@ -2029,7 +2029,7 @@ void send_feature_enable( Client* client )
switch ( client->acct->uo_expansion_flag() )
{
case TOL:
clientflag = 0x387DF; //it's the one from HSA, we should change once more information is out about the new client
clientflag = 0x7387DF;
client->UOExpansionFlag =
TOL | HSA | SA | KR | ML | SE |
AOS; // TOL needs HSA- SA- KR- ML- SE- and AOS- features (and used checks) too
Expand Down

0 comments on commit 5a90827

Please sign in to comment.