View Single Post
  #4  
Old 08-31-2008, 08:06 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Going to test this now. I was trying to compile this, but it errored out. I had to change this:
Code:
void command_wp(Client *c, const Seperator *sep,)
to this:
Code:
void command_wp(Client *c, const Seperator *sep,int wp)
*Edit - still not compiling completely yet.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 08-31-2008 at 04:39 PM..
Reply With Quote