• 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!

bless icon

vexler222

Active Member
Joined
Apr 22, 2012
Messages
714
Solutions
15
Reaction score
46
Okey i change something i now i have
OkaYAtp.png


Code:
void ConditionDazzled::endCondition(Creature* creature) // Line 1247
{

}

void ConditionDazzled::addCondition(Creature* creature, const Condition* addCondition) // Line 1252
{
    if (updateCondition(addCondition)) {
        setTicks(addCondition->getTicks());
    }
}
 
Back
Top