chore(Core/OutdoorPvP): Add outdoor pvp min/max getters (#25203)

This commit is contained in:
Keleborn
2026-03-24 15:46:09 -07:00
committed by GitHub
parent 1b64c8c0bc
commit 5c9c7341c2

View File

@@ -137,6 +137,8 @@ public:
{
return _value;
}
[[nodiscard]] float GetMaxValue() const { return _maxValue; }
[[nodiscard]] float GetMinValue() const { return _minValue; }
protected:
bool AddObject(uint32 type, uint32 entry, uint32 map, float x, float y, float z, float o,