[eluser]OverZealous[/eluser] @leviathan28
Oh, hey, I just duplicated the bug! I'm looking into why it's happening. You may be right about it being related to limit being overridden by get...
UPDATE:
Bug found! Such a silly thing I missed it earlier. It only occurs (occurred) when you use this form:
Code:
$parent->child->limit(N)->get();
If you didn't have a parent, or set the limit on get(), everything was peachy keen.
Anywho, the bug's been fixed, and you get your name on the credits page ;-)