little rut-ro in the logic, exactly backwards.

This commit is contained in:
xavier 2011-06-28 16:30:08 +00:00
parent d530fa2ffa
commit 695e30e63e

View file

@ -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;