From 0e0a1ec637acac2d933ad4caa24eae8d0c305163 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:08:07 +0200 Subject: chore(pool_creature): update info (#413) --- docs/pool_creature.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit