adjusting teleport ranges to check reteleport logic

This commit is contained in:
Flerp 2025-10-31 06:38:21 -07:00
parent c19951b265
commit 35140ceb9a

View File

@ -12,9 +12,9 @@
using namespace Acore::ChatCommands; using namespace Acore::ChatCommands;
static constexpr float TELEPORT_DISTANCE = 200.0f; static constexpr float TELEPORT_DISTANCE = 250.0f;
static constexpr float Z_BUMP = 1.5f; static constexpr float Z_BUMP = 1.5f;
static constexpr float MIN_RETELEPORT_DIST = 8.0f; static constexpr float MIN_RETELEPORT_DIST = 1.0f;
static const std::vector<uint32> kVeinEntries = { static const std::vector<uint32> kVeinEntries = {
324,1610,1667,1731,1732,1733,1734,2054,2055,3763,3764,19903, 324,1610,1667,1731,1732,1733,1734,2054,2055,3763,3764,19903,