From b663965885d2dd996e29f56a2f47278c4954eafc Mon Sep 17 00:00:00 2001 From: Alyokhin Date: Tue, 5 Dec 2023 20:15:35 +0300 Subject: [PATCH] Update src/map/script_map.cpp Co-authored-by: Joris Dauphin --- src/map/script_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/script_map.cpp b/src/map/script_map.cpp index bca2dd6e50..b9e0ef01ff 100644 --- a/src/map/script_map.cpp +++ b/src/map/script_map.cpp @@ -328,7 +328,7 @@ static int CclGetIsMapGridEnabled(lua_State *l) ** ** @param l Lua state. ** -** @return 0 for success, 1 for wrong type; +** @return 0 */ static int CclSetHighlightPassability(lua_State *l) {