From fc3832d11bfbf46953345e30e3d5f7806d3837a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Jun 2020 17:10:42 -0300 Subject: Record as well which skills each class have. This will be used on Colin, Luca and Mr. Saves. It is useful for looping purposes. --- db/constants.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 184f5e545..b1d071d67 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4556,5 +4556,13 @@ constants_db: { FY_MAGIC: 6 FY_GIFT: 7 + comment__: "Magic v3 constants" + CLASS_OTHER: 0 + CLASS_SUMMON: 1 + CLASS_PHYSICAL: 2 + CLASS_DESTRUCTION: 3 + CLASS_TRICKS: 4 + CLASS_SCHOLARSHIP: 5 + @include "conf/import/constants.conf" } -- cgit v1.2.3-70-g09d2