Commit c500b776 authored by nanahira's avatar nanahira Committed by GitHub

fix typo

parent 33b3e3ce
...@@ -590,7 +590,7 @@ int32 scriptlib::card_get_text_defense(lua_State *L) { ...@@ -590,7 +590,7 @@ int32 scriptlib::card_get_text_defense(lua_State *L) {
lua_pushinteger(L, pcard->data.defense); lua_pushinteger(L, pcard->data.defense);
return 1; return 1;
} }
int32 scriptlib:: card_get_previous_code_onfield(lua_State *L) { int32 scriptlib::card_get_previous_code_onfield(lua_State *L) {
check_param_count(L, 1); check_param_count(L, 1);
check_param(L, PARAM_TYPE_CARD, 1); check_param(L, PARAM_TYPE_CARD, 1);
card* pcard = *(card**) lua_touserdata(L, 1); card* pcard = *(card**) lua_touserdata(L, 1);
......
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