- Re-applied SOS fix regarding facets.

- Removed CTFGame specific code.
This commit is contained in:
eos 2012-04-22 07:21:00 +00:00
parent 599b2af6d5
commit 5ab7149cf6
2 changed files with 1 additions and 15 deletions

View file

@ -252,7 +252,7 @@ namespace Server.Engines.Harvest
{
SOS sos = messages[i];
if ( from.Map == sos.TargetMap && from.InRange( sos.TargetLocation, 60 ) )
if ( ( from.Map == Map.Felucca || from.Map == Map.Trammel ) && from.InRange( sos.TargetLocation, 60 ) )
{
Item preLoot = null;