[Expansions] Expansion settings tweaks (#3556)

* Expansion tweaks testing on PEQ

* Update zoning.cpp

* Update aa.cpp

* Update aa.cpp

* Tweak
This commit is contained in:
Chris Miles
2023-08-20 15:37:08 -05:00
committed by GitHub
parent b5d23389ee
commit c0cf9bb5aa
7 changed files with 24 additions and 15 deletions
+1
View File
@@ -385,6 +385,7 @@ public:
inline PetInfo* GetPetInfo(uint16 pet) { return (pet==1)?&m_suspendedminion:&m_petinfo; }
inline InspectMessage_Struct& GetInspectMessage() { return m_inspect_message; }
inline const InspectMessage_Struct& GetInspectMessage() const { return m_inspect_message; }
void ReloadExpansionProfileSetting();
void SetPetCommandState(int button, int state);