Update to latest CreatureLib
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -40,7 +40,7 @@ namespace PkmnLib::Library {
|
||||
return v.first;
|
||||
}
|
||||
}
|
||||
throw CreatureException("Nature not found.");
|
||||
throw ArbUt::Exception("Nature not found.");
|
||||
}
|
||||
|
||||
size_t GetNatureCount() const noexcept { return _items.size(); }
|
||||
|
||||
Reference in New Issue
Block a user