mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Mercenaries now spawn as the same Gender and Size of the Merchant they are purchased from.
Mercenaries now spawn with randomized facial features when purchased. Setting a lastname for NPCs will now override any hard coded lastname (such as GM Trainers).
This commit is contained in:
@@ -181,6 +181,7 @@ struct MercInfo {
|
||||
bool IsSuspended;
|
||||
uint32 MercTimerRemaining;
|
||||
uint8 Gender;
|
||||
float MercSize;
|
||||
int32 State;
|
||||
uint32 Stance;
|
||||
int32 hp;
|
||||
|
||||
Reference in New Issue
Block a user