diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-28 13:08:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 13:08:07 +0200 |
| commit | 0e0a1ec637acac2d933ad4caa24eae8d0c305163 (patch) | |
| tree | 43aa28adc95e50af4da4d1a5ef35d7347df214bf | |
| parent | 095d4a83baa80485739e4c8d4ac51e7deebd7673 (diff) | |
| download | wiki-0e0a1ec637acac2d933ad4caa24eae8d0c305163.tar.gz wiki-0e0a1ec637acac2d933ad4caa24eae8d0c305163.tar.bz2 wiki-0e0a1ec637acac2d933ad4caa24eae8d0c305163.zip | |
chore(pool_creature): update info (#413)
| -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 |
