diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-28 13:07:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 13:07:55 +0200 |
| commit | 78df0696902d0e37d5a37829aed4d4eea9844f0a (patch) | |
| tree | cf4a639b2f7355a812534d95cd89d500d453daf2 | |
| parent | adea667190e12e373f88f6739b99504f34616ee5 (diff) | |
| download | wiki-78df0696902d0e37d5a37829aed4d4eea9844f0a.tar.gz wiki-78df0696902d0e37d5a37829aed4d4eea9844f0a.tar.bz2 wiki-78df0696902d0e37d5a37829aed4d4eea9844f0a.zip | |
Update creature_text.md (#411)
| -rw-r--r-- | docs/creature_text.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/creature_text.md b/docs/creature_text.md index 1baac61..111ce3a 100644 --- a/docs/creature_text.md +++ b/docs/creature_text.md @@ -142,6 +142,8 @@ Value from [Languages.dbc](Languages) (+ the wiki table from the dbc file). When A value from 1-100 that represents the percentage chance that this text will be executed. +Value must be >=0. If the value does not meet the condition the SQL will fail on `creature_text_chk_1`. + ### Emote The emote that the creature plays when the text is executed. Value to use in this field can be obtained from the [emote.dbc](Emotes) |
