I don't know if this is becasue I am a programmer or not but...
There is an IF clause and what has to be true is "everything goes well". So since it hasn't been realesed (and its obivously past christmas day) one can only asume the everything didn't go well.
NPC Code:
if(everyThingGoesWell==true&&day>=122502){
realeseGuildCP();
}else{
prepareToListenToManyComplaints();
}
:P