Sinuce

ui debug prism

Oct 3rd, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Response Text: SELECT id, epoch, action, player, world, x, y, z, block_id, block_subid, old_block_id, old_block_subid, data FROM prism_data d INNER JOIN prism_players p ON p.player_id = d.player_id INNER JOIN prism_actions a ON a.action_id = d.action_id INNER JOIN prism_worlds w ON w.world_id = d.world_id LEFT JOIN prism_data_extra ex ON ex.data_id = d.id WHERE a.action NOT LIKE "%prism%" LIMIT 0,25;
Advertisement
Add Comment
Please, Sign In to add comment