mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
[11539] Implement group guids with HIGHGUID_GROUP
This commit is contained in:
parent
0fbf2cf7d3
commit
5cae1c2211
9 changed files with 37 additions and 33 deletions
|
|
@ -38,6 +38,7 @@ char const* ObjectGuid::GetTypeName(HighGuid high)
|
|||
case HIGHGUID_CORPSE: return "Corpse";
|
||||
case HIGHGUID_MO_TRANSPORT: return "MoTransport";
|
||||
case HIGHGUID_INSTANCE: return "InstanceID";
|
||||
case HIGHGUID_GROUP: return "Group";
|
||||
default:
|
||||
return "<unknown>";
|
||||
}
|
||||
|
|
@ -107,3 +108,4 @@ template uint32 ObjectGuidGenerator<HIGHGUID_VEHICLE>::Generate();
|
|||
template uint32 ObjectGuidGenerator<HIGHGUID_DYNAMICOBJECT>::Generate();
|
||||
template uint32 ObjectGuidGenerator<HIGHGUID_CORPSE>::Generate();
|
||||
template uint32 ObjectGuidGenerator<HIGHGUID_INSTANCE>::Generate();
|
||||
template uint32 ObjectGuidGenerator<HIGHGUID_GROUP>::Generate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue