chore(Core/OutdoorPvP): Add outdoor pvp min/max getters (#25203)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user