Core/DBLayer: Implement async transaction completion callbacks
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f0ca3a9194d76afa0227943e86469ad8368c5e2)
This commit is contained in:
@@ -73,6 +73,7 @@ namespace Game.Entities
|
||||
{
|
||||
return MapSpecificCreate(type, (byte)subType, (ushort)mapId, 0, entry, counter);
|
||||
}
|
||||
|
||||
static ObjectGuid GlobalCreate(HighGuid type, ulong counter)
|
||||
{
|
||||
return new ObjectGuid((ulong)type << 58, counter);
|
||||
|
||||
Reference in New Issue
Block a user