Commit 59231c54 authored by wind2009's avatar wind2009 Committed by mercury233

Fix assignment for m_announce in GameAI

parent d5482925
......@@ -739,7 +739,7 @@ namespace WindBot.Game
public int OnAnnounceCard(IList<int> opcodes)
{
if (m_announce == 0)
m_announce = 89631139; // Blue-eyes white dragon
return Executor.OnAnnounceCard(opcodes, 89631139); // Blue-eyes white dragon
return Executor.OnAnnounceCard(opcodes, m_announce);
}
......
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