#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

@ -369,7 +369,7 @@ namespace Server
typeof( Minion ),
typeof( MinionWizard ),
typeof( MinionWarrior ),
typeof( Orc ),
typeof( StandardOrc ),
typeof( OrcCaptain ),
typeof( OrcishLord ),
typeof( OrcishMage ),
@ -455,4 +455,4 @@ namespace Server
} )
};
}
}
}