• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Item::getSpecialDescription (this=0x1b) at item.cpp:721 721 if(!specialDescription)

kaszanalubizryc

New Member
Joined
Sep 10, 2015
Messages
148
Reaction score
1
what is wrong?

Code:
std::string Item::getSpecialDescription()
{
    if(!specialDescription)
        return std::string("");
    return *specialDescription;
}
 
Back
Top