Thread: 052DR1 PVP Fix
View Single Post
  #1  
Old 12-01-2003, 09:01 AM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default 052DR1 PVP Fix

The command #pvp on crashes the zone. Changing client.cpp:2878 from:

Code:
this->Message_StringID(13,PVP_ON,0);
to

Code:
this->SimpleMessage_StringID(13,PVP_ON,0);
fixes that.

Regards,

krich
Reply With Quote