I've managed to snag one, but I can't seem to get it working properly. I've wondered if anyone else has had any luck. As many of you know, with Cataclysm, World of Warcraft has changed the way it reads items. The stats are still applied via server, but the look of it client side is in-fact client side. The client will read from two files which are no longer .dbc files, but .db2 files. Items.db2 and Item-sparse.db2.
I've thought about several ways to do this, but one would be to figure out how the client read from the server before, and to patch it back to the way it was. The second is to fully crack db2, and to come up with a consistent way of editing the items in the server database, then transferring it into a patch for the client to read, manipulating both items.db2 and item-sparse.db2.
If anyone has any information about their findings, ideas, methods, programs, or suggestions, I would love to hear them.