From 1b2e6856221847affb0f6f2e196d1418ea2971c9 Mon Sep 17 00:00:00 2001 From: Naim Date: Fri, 1 Dec 2023 13:29:40 -0300 Subject: [PATCH] Update auxiliary function GetRaceStrings Added the Illusion monster type --- utility.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utility.lua b/utility.lua index a41d328136..d0075543e2 100644 --- a/utility.lua +++ b/utility.lua @@ -1619,7 +1619,8 @@ function Auxiliary.GetRaceStrings(v) [RACE_DIVINE] = 1041, [RACE_CREATORGOD] = 1042, [RACE_WYRM] = 1043, - [RACE_CYBERSE] = 1044 + [RACE_CYBERSE] = 1044, + [RACE_ILLUSION] = 1045 } local res={} local ct=0