Phoenix 3.11.0 - Give Respect don't show

Code:
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'

Make an event by running that
 
Upvote 0