PDA

View Full Version : 052DR1 PVP Fix


krich
12-01-2003, 09:01 AM
The command #pvp on crashes the zone. Changing client.cpp:2878 from:

this->Message_StringID(13,PVP_ON,0);

to

this->SimpleMessage_StringID(13,PVP_ON,0);

fixes that.

Regards,

krich