- 
                Notifications
    You must be signed in to change notification settings 
- Fork 49
Character_instance
        golond edited this page Nov 20, 2013 
        ·
        2 revisions
      
    Back to the characters database list of tables.
Contains the instance data for characters.
| Field | Type | Null | Key | Default | Extra | 
| guid | int(11) unsigned | NO | PRI | 0 | |
| instance | bigint(40) | NO | MUL | 0 | |
| permanent | tinyint(1) unsigned | NO | 0 | 
The GUID of the character. See characters.guid
The instance ID. See instance.id
Boolean 0 or 1 controlling if the player has been bound to the instance. A player is bound to the instance only when he (or his party/raid) kills a creature with the CREATURE_FLAG_EXTRA_INSTANCE_BIND flag set in the flags_extra field.