http://gyazo.com/f657dafe71113ccc627a2a7fe70b536a
New users can't give respects.![]()
http://gyazo.com/f657dafe71113ccc627a2a7fe70b536a
New users can't give respects.![]()
Have you ran a query to update them? if not then run this:
PHP Code:UPDATE user_stats SET DailyPetRespectPoints = 3, DailyRespectPoints = 3
Make an event by running thatCode:CREATE DEFINER=`root`@`localhost` EVENT `update_respect` ON SCHEDULE EVERY 24 HOUR STARTS '2012-01-01 23:59:00' ON COMPLETION NOT PRESERVE ENABLE DO UPDATE user_stats SET DailyRespectPoints = '3', DailyPetRespectPoints = '3'