[Fix] Zone Flags Regression (#2760)

This commit is contained in:
Chris Miles
2023-01-19 15:11:32 -06:00
committed by GitHub
parent 29473aa7f5
commit a7b35594f8
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -1352,7 +1352,7 @@ public:
void ClearPendingAdventureDoorClick() { safe_delete(adventure_door_timer); }
void ClearPendingAdventureData();
bool CanEnterZone(std::string zone_short_name = "", int16 instance_version = -1);
bool CanEnterZone(const std::string& zone_short_name = "", int16 instance_version = -1);
int GetAggroCount();
void IncrementAggroCount(bool raid_target = false);