Skip to content

Commit

Permalink
update tab Ids
Browse files Browse the repository at this point in the history
  • Loading branch information
hatersgit committed Dec 3, 2023
1 parent ee6e47d commit d2a0051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod-Forge/src/TopicHandlers/LearnTalentHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class LearnTalentHandler : public ForgeTopicHandler

const uint8 META_PREFIX = 3;

const std::string base64_char = "|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; // | is to offset string to base 1
const std::string base64_char = "|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; // | is to offset string to base 1

ForgeCache::TreeMetaData* _treeMetaData;
std::unordered_map<uint32 /*tabId*/, std::unordered_map<uint8 /*row*/, std::unordered_map<uint8/*col*/, uint32 /*rank*/>>> _simplifiedTreeMap;
Expand Down

0 comments on commit d2a0051

Please sign in to comment.