group_instance
Links player groups to an instance.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | int | unsigned | PRI | NO | 0 | ||
| instance | int | unsigned | PRI | NO | 0 | ||
| permanent | tinyint | unsigned | NO | 0 | |||
Description of fields
guid
references groups.guid.
instance
instance id the group is tied to.
permanent
- 0: just visiting..
- 1: bound to instance
