You can get this off the websvn link (top right) by clicking the "view log" and then the "diff" link in the right column of the svn update you want. Pasted below in case you have troubles:
Code:
}
send_to_char(ch, "You begin to spin rapidly in circles.\r\n");
- act("$N begins to rapidly spin in a circle!", FALSE, ch, 0, 0, TO_ROOM);
+ act("$n begins to rapidly spin in a circle!", FALSE, ch, 0, 0, TO_ROOM);
/* NEW_EVENT() will add a new mud event to the event list of the character.
* This function bel