Clearing NPC_Types Without Deteting It
Got a quick question:
Is there anyway, to clear out the entire NPC_Spawn table without deleting it and preventing the EQEmu from not working. In other words, I am just looking for a way to put the NPC_TYpes and possibly spawns back to when i first got them without having to manually delete them in the Admin Tool. If there is a way to do this such as in the MYSQL console, please share the word. Thank You, Wizzel :D |
in the mysql console,
delete from <tablename>; where <tablename> is the table you want to delete all the entries from. drop <tablename>; --would delete the whole table. -nattini |
Thanks :P
|
All times are GMT -4. The time now is 11:26 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.