From 831ce1c625c9ff83c0f7e97697952bf94497ffea Mon Sep 17 00:00:00 2001 From: bash Date: Fri, 8 May 2026 12:04:34 +0200 Subject: [PATCH] chore: Tune walkableHeight to 8 to match player collision height --- extract_ac_client_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_ac_client_data.sh b/extract_ac_client_data.sh index 70353fe26..697f0270a 100644 --- a/extract_ac_client_data.sh +++ b/extract_ac_client_data.sh @@ -69,7 +69,7 @@ mmapsConfig: # 6 cells × 0.2667 yd ≈ 1.60 yd — matches WoW player capsule height at # 2000 resolution (AC stock). Preserves the 1.60 yd world-unit # ceiling-clearance requirement. - walkableHeight: 6 + walkableHeight: 8 # Maximum height difference (in cell units) NPCs can step up or down. # Higher values allow walking over fences, ledges, or steps.