#W# Orcs are now StandardOrcs. All Overland Forts are spawned.
This commit is contained in:
parent
d68d106d0d
commit
969ae08702
8 changed files with 108 additions and 33 deletions
|
|
@ -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
|
|||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue