mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Core/Players: Fixed racemasks usage for new races
This commit is contained in:
@@ -432,7 +432,7 @@ public:
|
||||
continue;
|
||||
|
||||
// skip racial skills
|
||||
if (skillLine->RaceMask != 0)
|
||||
if (skillLine->RaceMask)
|
||||
continue;
|
||||
|
||||
// skip wrong class skills
|
||||
|
||||
Reference in New Issue
Block a user