diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-07-31 20:02:08 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-07-31 20:02:08 +0200 |
| commit | 06f59caf3d974f25f3380d91e1aba9288c7df287 (patch) | |
| tree | 119024b28da4bd6b5108f9c24e7543663547f8ad /src/server/scripts | |
| parent | 5ad064976edfc931cdda6faffe723d7c3dfb0ae4 (diff) | |
Core/DataStores: Rename TalentTabEntry::CategoryEnumID back to PetTalentMask
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Commands/cs_learn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_learn.cpp b/src/server/scripts/Commands/cs_learn.cpp index 77c2c4841d9..ff081b71ab7 100644 --- a/src/server/scripts/Commands/cs_learn.cpp +++ b/src/server/scripts/Commands/cs_learn.cpp @@ -283,7 +283,7 @@ public: continue; // prevent learn talent for different family (cheating) - if (((1 << petFamily->PetTalentType) & talentTabInfo->CategoryEnumID) == 0) + if (((1 << petFamily->PetTalentType) & talentTabInfo->PetTalentMask) == 0) continue; // search highest talent rank |
