Core/Races: Really fix bug in racemasks.

This commit is contained in:
hondacrx
2021-01-25 13:06:53 -05:00
parent 3201b804fa
commit b25c1487b2
14 changed files with 63 additions and 52 deletions
+1 -1
View File
@@ -1450,7 +1450,7 @@ namespace Game.Entities
if (reqraces == -1)
return true;
if ((reqraces & (long)GetRaceMask()) == 0)
if ((reqraces & (long)SharedConst.GetMaskForRace(GetRace())) == 0)
{
if (msg)
{