Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-01-2002, 05:31 PM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default Small code fix...

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))
Reply With Quote
  #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
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:57 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3