mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
Implement PVP regions
This commit is contained in:
@@ -24,6 +24,7 @@ public:
|
||||
virtual bool InVWater(const glm::vec3& location) const;
|
||||
virtual bool InLava(const glm::vec3& location) const;
|
||||
virtual bool InLiquid(const glm::vec3& location) const;
|
||||
virtual bool InPvP(const glm::vec3& location) const;
|
||||
|
||||
protected:
|
||||
virtual bool Load(FILE *fp);
|
||||
|
||||
Reference in New Issue
Block a user