Skip to content

Herding Oversight in condition #1410

Closed
Closed
@GladieUO

Description

@GladieUO

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions