little rut-ro in the logic, exactly backwards.
This commit is contained in:
parent
d530fa2ffa
commit
695e30e63e
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ namespace Server.Items
|
|||
if ( state == null )
|
||||
return false;
|
||||
|
||||
if( RequiresSE && state.SupportsExpansion( Expansion.SE ) )
|
||||
if( RequiresSE && !state.SupportsExpansion( Expansion.SE ) )
|
||||
{
|
||||
from.SendLocalizedMessage( 1063456 ); // You must upgrade to Samurai Empire in order to use that ability.
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue