Commit beefa669 authored by wind2009's avatar wind2009

Merge branch 'patch_getszonecount' into develop

parents 602568d3 26220eb9
......@@ -499,6 +499,7 @@ public:
static int32_t duel_check_summon_count(lua_State *L);
static int32_t duel_get_location_count(lua_State *L);
static int32_t duel_get_mzone_count(lua_State *L);
static int32_t duel_get_szone_count(lua_State *L);
static int32_t duel_get_location_count_fromex(lua_State *L);
static int32_t duel_get_usable_mzone_count(lua_State *L);
static int32_t duel_get_linked_group(lua_State *L);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment