Closed
Description
CCharSkill.cpp - line 2552
Shouldnt this be without the "!" ? Now when you try to use Herding on wild animal, it says its tamed already.
// tamed pets cannot be herded
if ( !pChar->IsStatFlag(STATF_PET) )
{
SysMessagef(g_Cfg.GetDefaultMsg( DEFMSG_TAMING_TAME ), pChar->GetName());
return -SKTRIG_ABORT;
}
Metadata
Metadata
Assignees
Labels
No labels