Hi red51
We've got some issues where trees and plants are not growing. But not for every player.
I've had a look into the database.
I've found the (local) id of one of the players reporting this issue from the Players.db, players table (via their uid).
I've then looked at the World.db growingplants table and added a filter for their playerdbid.
Result? There's nothing in there - so ergo their trees/plants are not growing.
I still have the client debug console on, so I chopped one if their (non growing) trees down. Indeed the WorldElement debug info has the id, and dbID, creation date etc of the player.
Any ideas?