We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ece625 commit d6afd3aCopy full SHA for d6afd3a
1 file changed
libduel.cpp
@@ -4444,8 +4444,6 @@ int32_t scriptlib::duel_is_player_can_spsummon_monster(lua_State * L) {
4444
card_data dat;
4445
::read_card(code, &dat);
4446
dat.code = code;
4447
- dat.rule_code = 0;
4448
- dat.alias = 0;
4449
if(lua_gettop(L) >= 3 && !lua_isnil(L, 3))
4450
write_setcode(dat.setcode, lua_tointeger(L, 3));
4451
if(lua_gettop(L) >= 4 && !lua_isnil(L, 4))
0 commit comments