Squashed playerbot custom changes

This commit is contained in:
bash
2026-01-09 01:08:29 +01:00
parent 15855e9080
commit 29fbef3c9c
88 changed files with 2168 additions and 773 deletions

View File

@@ -1373,7 +1373,7 @@ void Creature::SaveToDB(uint32 mapid, uint8 spawnMask, uint32 phaseMask)
m_spawnId = sObjectMgr->GenerateCreatureSpawnId();
CreatureData& data = sObjectMgr->NewOrExistCreatureData(m_spawnId);
data.spawnId = m_spawnId; // mod_playerbots
uint32 displayId = GetNativeDisplayId();
uint32 npcflag = GetNpcFlags();
uint32 unit_flags = GetUnitFlags();