diff --git a/src/map/pet.cpp b/src/map/pet.cpp index 3ca53c8d86..c80d8ce57f 100644 --- a/src/map/pet.cpp +++ b/src/map/pet.cpp @@ -49,7 +49,7 @@ uint64 PetDatabase::parseBodyNode( const YAML::Node &node ){ std::shared_ptr mob = mobdb_search_aegisname( mob_name.c_str() ); if( mob == nullptr ){ - this->invalidWarning( node["Target"], "Mob %s does not exist and cannot be used as a pet.\n", mob_name.c_str() ); + this->invalidWarning( node["Mob"], "Mob %s does not exist and cannot be used as a pet.\n", mob_name.c_str() ); return 0; }