From ba1e827b6b4c17c35a163e6b55be8c122de632b8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Apr 2021 03:00:20 -0300 Subject: Add several convenience functions. Fix some bugs regarding misuse of readparam() --- db/constants.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index f73ee858..a339559a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -5216,10 +5216,11 @@ more than one separator can be used in a row (so 12_3___456 is illegal). comment__: "Language constants" LANG_EN: 0 - LANG_FR: 1 - LANG_ES: 2 + LANG_PTBR: 1 + LANG_FR: 2 LANG_DE: 3 - MAX_LANG: 3 + LANG_ES: 4 + MAX_LANG: 4 comment__: "Daily Constants" DAILY_LOWLEVEL: 0 @@ -5634,6 +5635,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). AMMO_BOW:1 AMMO_SLING:2 AMMO_WAND:3 + // tmw npcs NPC45:45 NPC100:100 @@ -5814,6 +5816,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC384:384 NPC385:385 NPC386:386 + NPC393:393 NPC394:394 NPC395:395 NPC400:400 -- cgit v1.2.3-60-g2f50