Untitled
unknown
plain_text
3 years ago
276 B
6
Indexable
if (speaker && !speaker->isAccountManager() && !speaker->hasCustomFlag(PlayerCustomFlag_HideLevel)) { std::string rebirths; speaker->getStorage("34362", rebirths); uint16_t level = std::max(0, (int32_t)(atoi(rebirths.c_str()))); msg->add<uint16_t>(level); }
Editor is loading...