From 57cf580012a403ffac8ebf169379270e5f653f6a Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:07:34 +0200 Subject: chore(realmlist): Update definitions (#408) --- docs/realmlist.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/realmlist.md b/docs/realmlist.md index 731e8db..b85cc46 100644 --- a/docs/realmlist.md +++ b/docs/realmlist.md @@ -41,6 +41,8 @@ This table sets up information on all available realms. Each row controls a diff The realm ID. This number is unique for every realm and it MUST correlate with the RealmID configuration value in worldserver.conf. +Value must be >=0. If the value does not meet the condition the SQL will fail on `realmlist_chk_1`. + ### name The name of the realm. This will appear in the realm selection list as well as in the character selection screen. -- cgit