mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Add a hard off for NPC scaling for Merc/Bot
They don't need it. We may want to add this to actually be in the DB for normal NPCs in the future.
This commit is contained in:
@@ -143,6 +143,7 @@ struct NPCType
|
||||
bool untargetable;
|
||||
bool skip_global_loot;
|
||||
bool rare_spawn;
|
||||
bool skip_auto_scale; // just so it doesn't mess up bots or mercs, probably should add to DB too just in case
|
||||
int8 stuck_behavior;
|
||||
uint16 use_model;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user