Forum Thread
Hatched in egg storage
Forum-Index → Bug Reports → Resolved → Hatched in egg storageThis has nothing to do with you putting it in the egg storage.
For Riako
This should be easy to fix and I think this should be one of the urgent bugs because of it breaking chains.
The only thing I can say is that in file
http://pokeheroes.com/includes/ajax/index/egg_interact.php
you should add
if (egg.box != "egg_storage") {
// the current code for interacting with eggs
}
// the current code for interacting with eggs
}
If there is another thread with this bug (probably), let me know and I'll post it there too.