PDA

View Full Version : Mass Delete of Avatars


WoodiE
08-12-2002, 05:06 PM
Is there anyway I can delete a large number of avatars at once, instead of doing a remove one at a time?

I have deleted them from the server, but then my users have a red X under their names.

-WoodiE

Xenon
08-13-2002, 11:08 PM
try to run this queries:
UPDATE user SET avatarid=0 WHERE avatarid=xx
replace xx with every avatarid you have deleted the avatars..