ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/skill_util.C
(Generate patch)

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.76 by root, Mon Apr 27 01:38:49 2009 UTC vs.
Revision 1.77 by root, Sat Oct 3 22:38:17 2009 UTC

715 * it so it doesn't crash the server - otherwise, one character may 715 * it so it doesn't crash the server - otherwise, one character may
716 * crash the server numerous times. 716 * crash the server numerous times.
717 */ 717 */
718 if (num_skills_found >= NUM_SKILLS) 718 if (num_skills_found >= NUM_SKILLS)
719 { 719 {
720 new_draw_info (NDI_RED, 0, op, "Your character has too many skills."); 720 new_draw_info (NDI_RED | NDI_REPLY, 0, op, "Your character has too many skills.");
721 new_draw_info (NDI_RED, 0, op, "Something isn't right - contact the server admin"); 721 new_draw_info (NDI_RED | NDI_REPLY, 0, op, "Something isn't right - contact the server admin");
722 break; 722 break;
723 } 723 }
724 } 724 }
725 } 725 }
726 726

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines