#W# Orcs are now StandardOrcs. All Overland Forts are spawned.

This commit is contained in:
WarrentyExpired 2026-07-09 19:34:51 -04:00
parent d68d106d0d
commit 969ae08702
8 changed files with 108 additions and 33 deletions

View file

@ -125,7 +125,7 @@ namespace Server.Items
typeof( Ogre ),
typeof( OgreLord ),
typeof( OgreMagi ),
typeof( Orc ),
typeof( StandardOrc ),
typeof( OrcCaptain ),
typeof( OrcishLord ),
typeof( OrcishMage ),
@ -177,7 +177,7 @@ namespace Server.Items
typeof( OgreMagi ),
typeof( ArcticOgreLord ) ),
new SlayerEntry( SlayerName.OrcSlaying,
typeof( Orc ),
typeof( StandardOrc ),
typeof( OrcCaptain ),
typeof( OrcishLord ),
typeof( OrcishMage ) ),
@ -664,4 +664,4 @@ namespace Server.Items
{
}
}
}
}