11 lines
327 B
Markdown
11 lines
327 B
Markdown
## Table: `spawn_instance_data`
|
|
|
|
**Description:**
|
|
|
|
Defines `spawn_instance_data` table in the World database.
|
|
|
|
**Columns:**
|
|
- `spawn_id` (int(10), NOT NULL, DEFAULT 0)
|
|
- `spawn_location_id` (int(10), NOT NULL, DEFAULT 0)
|
|
- `pickup_item_id` (int(10), NOT NULL, DEFAULT 0)
|
|
- `pickup_unique_item_id` (int(10), NOT NULL, DEFAULT 0) |