Commit ec916a77 authored by mercury233's avatar mercury233

fix hint of cteffect

parent eb1c8767
......@@ -4095,7 +4095,7 @@ int32 field::add_chain(uint16 step) {
pduel->write_buffer8(MSG_HINT);
pduel->write_buffer8(HINT_OPSELECTED);
pduel->write_buffer8(playerid);
pduel->write_buffer32(core.select_options[returns.ivalue[0]]);
pduel->write_buffer32(core.select_options.size() > 1 ? core.select_options[returns.ivalue[0]] : 65);
clit.triggering_effect = peffect;
clit.evt = ch.evt;
phandler->create_relation(clit);
......
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