From 9b4cd52bbd927399260756a63c2aeaa87bd58d9f Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 30 Oct 2021 12:11:00 -0300 Subject: chore: Emphasize that broadcast_text is sniffed and shouldn't b… (#644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(docs): Emphasize that broadcast_text is sniffed and shouldn't be touched (most of the time anyway) * Update broadcast_text.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- docs/broadcast_text.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/broadcast_text.md b/docs/broadcast_text.md index ef7c32f..419d704 100644 --- a/docs/broadcast_text.md +++ b/docs/broadcast_text.md @@ -8,10 +8,12 @@ This table (ref ) wi Its purpose is (will be) used as a globalized table containing the texts as mentionned above, and things like their sounds, their emotes and the languages in which the texts should be said. -  - All the values are from sniffs (ADBVerified) so, don't add things in it - Kinzcool. + **Values from this table come from sniffs (retail data) and should not be changed unless you are absolutelly sure they have been wrongly changed before.** + + **Most of the time, the values here are correct and your script needs to be fixed. Please ensure your script works correctly before suggesting changes to this table.** + **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -- cgit