diff options
| -rw-r--r-- | docs/pool_creature.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pool_creature.md b/docs/pool_creature.md index c95858c..2e3595c 100644 --- a/docs/pool_creature.md +++ b/docs/pool_creature.md @@ -40,6 +40,8 @@ If the pool spawns more than one creature, the chance is ignored and all the cre In case the pool spawns just one creature and all the creatures have a nonzero chance, the sum of the chances for all the creatures must equal to 100, otherwise the pool won't be spawned. +Value must be >=0. If the value does not meet the condition the SQL will fail on `pool_creature_chk_1`. + ### description This field usually names the creature corresponding to the guid and mentions which spawn point it is. Example: Snarlflare (14272) - Spawn 1 |
