Misc fixes/Misc DB updates

This commit is contained in:
hondacrx
2020-06-12 16:52:42 -04:00
parent dc66cc54cd
commit f0942a257e
26 changed files with 25090 additions and 109 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ namespace Game
if (factionEntry == null)
return 0;
ulong raceMask = _player.GetRaceMask();
long raceMask = _player.GetRaceMask();
uint classMask = _player.GetClassMask();
for (var i = 0; i < 4; i++)
{
@@ -149,7 +149,7 @@ namespace Game
if (factionEntry == null)
return 0;
ulong raceMask = _player.GetRaceMask();
long raceMask = _player.GetRaceMask();
uint classMask = _player.GetClassMask();
for (int i = 0; i < 4; i++)
{