fix: Remove hard coded pet flags (#1805)

Tested that taming the cat pet (3054) sets flag 807
This commit is contained in:
David Markowitz
2025-06-04 23:07:29 -07:00
committed by GitHub
parent 92155a3cb4
commit 68eb20966f
2 changed files with 2 additions and 37 deletions

View File

@@ -250,11 +250,6 @@ private:
*/
static std::unordered_map<LWOOBJID, LWOOBJID> currentActivities;
/**
* Flags that indicate that a player has tamed a pet, indexed by the LOT of the pet
*/
static const std::map<LOT, int32_t> petFlags;
/**
* The ID of the component in the pet component table
*/