Closed GoogleCodeExporter closed 9 years ago
do you think this is the culprit?
//event when card is sacrificed.
struct WEventCardSacrifice : public WEventCardUpdate {
MTGCardInstance * cardAfter;
WEventCardSacrifice(MTGCardInstance * card,MTGCardInstance * afterCard);
change afterCard to cardAfter?
-kevlahnota
Original comment by honeyemo...@yahoo.com
on 23 Nov 2012 at 2:12
Additional: it also affects tokens that are sacrificed as a cost or not,
doesn't update the WEventCardSacrifice (it seems null).
Original comment by honeyemo...@yahoo.com
on 24 Nov 2012 at 2:26
no thats not the culprit. those variables are set elsewhere.
Original comment by omegabla...@gmail.com
on 25 Nov 2012 at 4:22
fixed
Original comment by omegabla...@gmail.com
on 25 Nov 2012 at 5:00
Original comment by omegabla...@gmail.com
on 25 Nov 2012 at 5:01
Original issue reported on code.google.com by
honeyemo...@yahoo.com
on 23 Nov 2012 at 8:43