Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
1,635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /*
  2. SQLyog Community v9.60
  3. MySQL - 5.5.16
  4. *********************************************************************
  5. */
  6. /*!40101 SET NAMES utf8 */;
  7.  
  8. create table `character_transmog` (
  9. `player_guid` int (10),
  10. `item_guid` int (10),
  11. `item_entry` int (10)
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement