From 78df0696902d0e37d5a37829aed4d4eea9844f0a Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:07:55 +0200 Subject: Update creature_text.md (#411) --- docs/creature_text.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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) -- cgit