Thread
:
keeping a zone depoped for about 3 hours or so
View Single Post
#
7
05-19-2010, 11:37 AM
pfyon
Discordant
Join Date: Mar 2009
Location: Ottawa
Posts: 495
If you want to keep the names of the NPCs intact, you can use something like:
Code:
UPDATE npc_types SET name = CONCAT('###',name) WHERE (ID>=58061 AND ID<=58119);
That will prepend '###' to the name of each npc that meets the WHERE clause.
pfyon
View Public Profile
Send a private message to pfyon
Visit pfyon's homepage!
Find all posts by pfyon