Commit 939b4127 authored by Chen Bill's avatar Chen Bill Committed by GitHub

effect: use lua_Integer label (#668)

parent 9a15ea11
......@@ -52,7 +52,7 @@ public:
uint16 active_sequence{ 0 };
card* active_handler{ nullptr };
uint16 status{ 0 };
std::vector<uint64> label;
std::vector<lua_Integer> label;
int32 label_object{ 0 };
int32 condition{ 0 };
int32 cost{ 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