From 3a2bc43dabaa48acb2ca1dcc02fe307461ef7b93 Mon Sep 17 00:00:00 2001 From: Nazwadi <8131324+nazwadi@users.noreply.github.com> Date: Wed, 11 May 2022 21:33:31 -0400 Subject: [PATCH] Update spawnentry.md --- docs/schema/spawns/spawnentry.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/schema/spawns/spawnentry.md b/docs/schema/spawns/spawnentry.md index 0bb1feab..60d5924c 100644 --- a/docs/schema/spawns/spawnentry.md +++ b/docs/schema/spawns/spawnentry.md @@ -25,4 +25,7 @@ | npcID | int | [NPC Type Identifier](../../schema/npcs/npc_types.md) | | chance | smallint | Chance: 0 = Never, 100 = Always | | condition_value_filter | mediumint | | - +| min_expansion | tinyint | [Expansion Identifier](https://docs.eqemu.io/developer/project-peq-expansions/expansion-list-reference/), Default: -1 (Enabled for All) | +| max_expansion | tinyint | [Expansion Identifier](https://docs.eqemu.io/developer/project-peq-expansions/expansion-list-reference/), Default: -1 (Enabled for All) | +| content_flags | varchar | See [Expansion and Content Filtering](https://docs.eqemu.io/developer/project-peq-expansions/expansion-content-filtering/), Default: NULL (Loaded in all scenarios) | +| content_flags_disabled | varchar | See [Expansion and Content Filtering](https://docs.eqemu.io/developer/project-peq-expansions/expansion-content-filtering/), Default: NULL (Loaded in all scenarios) |