Log in

View Full Version : Small code fix...


quester
11-01-2002, 05:31 PM
zone\client.cpp, line 1707

// #help indicates this command name is "#dbspawn", the useage prompt alo uses that name
//else if (strcasecmp(sep.arg[0], "#npctypespawn") == 0 && CheckAccess(cmdlevel, 10))
else if (strcasecmp(sep.arg[0], "#dbspawn") == 0 && CheckAccess(cmdlevel, 10))

quester
11-02-2002, 06:43 AM
Just to make things easier for the change.. here is a DIFF:


1707c1707
< else if (strcasecmp(sep.arg[0], "#npctypespawn") == 0 && CheckAccess(cmdlevel, 10))
==========
> else if (strcasecmp(sep.arg[0], "#dbspawn") == 0 && CheckAccess(cmdlevel, 10))