[BUG] Too many items in the inbox.
Closed this issue · 0 comments
luanluciano93 commented
Look:
http://i.imgur.com/MqKWFn2.png
I use command:
select player_id
, count(player_id
) from player_inboxitems
group by player_id
having count(player_id
)>500
Look:
http://i.imgur.com/2DHE9ZG.png
Testing ...
http://pastebin.com/NsYv17kj
Help me?