Skip to content

Commit

Permalink
Update auxiliary function GetRaceStrings
Browse files Browse the repository at this point in the history
Added the Illusion monster type
  • Loading branch information
NaimSantos committed Dec 1, 2023
1 parent affc964 commit 1b2e685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b2e685

Please sign in to comment.