View Single Post
  #2  
Old 11-02-2002, 06:43 AM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default

Just to make things easier for the change.. here is a DIFF:

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