Commit da5dc2c3 authored by VanillaSalt's avatar VanillaSalt

fix

parent 7be39515
......@@ -1514,7 +1514,7 @@ int32 scriptlib::duel_get_location_count_fromex(lua_State *L) {
return 1;
}
int32 scriptlib::duel_get_usable_mzone_count(lua_State *L) {
check_param_count(L, 2);
check_param_count(L, 1);
uint32 playerid = lua_tointeger(L, 1);
if(playerid != 0 && playerid != 1)
return 0;
......
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