mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
Merge fix.
This commit is contained in:
@@ -369,6 +369,7 @@ typedef std::unordered_map<uint32, EquipmentInfoContainerInternal> EquipmentInfo
|
||||
struct CreatureData : public SpawnData
|
||||
{
|
||||
CreatureData() : SpawnData(SPAWN_TYPE_CREATURE) {}
|
||||
ObjectGuid::LowType spawnId{ 0 }; // mod_playerbots
|
||||
uint32 id1{0}; // entry in creature_template
|
||||
uint32 id2{0}; // entry in creature_template
|
||||
uint32 id3{0}; // entry in creature_template
|
||||
|
||||
Reference in New Issue
Block a user