fix v1 unidentified item logic
This commit is contained in:
+1
-5
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
private:
|
||||
PrefixedLogger log;
|
||||
Version version;
|
||||
Version logic_version;
|
||||
std::shared_ptr<const ItemData::StackLimits> stack_limits;
|
||||
Episode episode;
|
||||
GameMode mode;
|
||||
@@ -80,10 +80,6 @@ private:
|
||||
// reason. We forego that and use only one for simplicity.
|
||||
std::shared_ptr<PSOLFGEncryption> opt_rand_crypt;
|
||||
|
||||
inline bool is_v3() const {
|
||||
return !is_v1_or_v2(this->version);
|
||||
}
|
||||
|
||||
bool are_rare_drops_allowed() const;
|
||||
uint8_t normalize_area_number(uint8_t area) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user