- Joined
- Jul 9, 2011
- Messages
- 29
- Reaction score
- 1
To view the content, you need to sign in or register
New users can't give respects.
UPDATE user_stats SET DailyPetRespectPoints = 3, DailyRespectPoints = 3
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'