From 7cb084e1efbd8db802e4a2675491fb9f3ba20085 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Sat, 24 Dec 2022 00:29:20 +0100 Subject: [PATCH] Fix skip extra zones patch --- src/client/game/structs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/game/structs.hpp b/src/client/game/structs.hpp index 66bf0eaa..aa953275 100644 --- a/src/client/game/structs.hpp +++ b/src/client/game/structs.hpp @@ -1042,7 +1042,7 @@ namespace game DB_ZONE_BASEMAP = 0x20, DB_ZONE_TRANSIENT_POOL = 0x40, DB_ZONE_TRANSIENT_MASK = 0x40, - DB_ZONE_CUSTOM = 0x200 // added for custom zone loading + DB_ZONE_CUSTOM = 0x1000 // added for custom zone loading }; struct XZoneInfo