View Single Post
  #2  
Old 03-10-2008, 03:18 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

If you're the server op and want to spoil yourself, you can always run this custom query. Just replace the XXXXX with the item ID of your helm. This will make your helm have no graphic, ever.

Code:
UPDATE items SET material = '0' WHERE id = 'XXXXX';
Past that, graphics issues are at the bottom of the bugs list as far as priority is concerned.
Reply With Quote