mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Core/Maps: increase value of fixed offset when retrieving floor Z (#26321)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "SmartEnum.h"
|
||||
|
||||
float const GROUND_HEIGHT_TOLERANCE = 0.05f; // Extra tolerance to z position to check if it is in air or on ground.
|
||||
constexpr float Z_OFFSET_FIND_HEIGHT = 0.5f;
|
||||
constexpr float Z_OFFSET_FIND_HEIGHT = 1.5f;
|
||||
|
||||
enum SpellEffIndex : uint8
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user