Group instance tc2
From TrinityCore Wiki
|
Back to characters database list of tables.
The `group_instance` table
This table has no description. You can help TDB wiki by clicking here to describe this table, if you have permissions.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| guid | int(10) | unsigned | PRI | NO | 0 | ||
| instance | int(10) | unsigned | PRI | NO | 0 | ||
| permanent | tinyint(3) | unsigned | NO | 0 |
Description of the fields
guid
Guid of the group.
instance
ID of the Instance session the group has enterd.
permanent
Boolean flag if the group is bound to the Instance or not.