How to Clear Guild Penalty

05/06/2012 00:27 STIV123#1
How do u clear guild penalty, so people don't have to wait 3 days to Join/Make an guild.
05/06/2012 02:31 thebestone66#2
UPDATE [PS_GameData].[dbo].[GuildChars]
SET JoinDate= '11/17/2000 7:55:53 AM'
WHERE Del= '1'
OR Del ='0'
05/07/2012 09:39 zargon05#3
Modify [PS_GameData].[dbo].[usp_Read_Char_GuildJoinDate_R]

In that there is a check for the guild penalty. The 72 is presumably the 3day wait check.