mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
InLava converted to xyz_location
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public:
|
||||
virtual WaterRegionType ReturnRegionType(const xyz_location& location) const { return RegionTypeNormal; }
|
||||
virtual bool InWater(const xyz_location& location) const { return false; }
|
||||
virtual bool InVWater(const xyz_location& location) const { return false; }
|
||||
virtual bool InLava(float y, float x, float z) const { return false; }
|
||||
virtual bool InLava(const xyz_location& location) const { return false; }
|
||||
virtual bool InLiquid(float y, float x, float z) const { return false; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user