Emulate server loot/xp and combat feedback in single-player

This commit is contained in:
Kelsi 2026-02-05 14:01:26 -08:00
parent 1383e6c159
commit e6e3093467
16 changed files with 824 additions and 29 deletions

View file

@ -16,6 +16,7 @@ class EntityManager;
struct NpcSpawnDef {
std::string mapName;
uint32_t entry = 0;
std::string name;
std::string m2Path;
uint32_t level;