Thread
:
Insane Faction Hits
View Single Post
#
4
04-10-2004, 02:07 AM
govtcheeze
Hill Giant
Join Date: Mar 2004
Location: South Florida
Posts: 247
if you dont want faction hits at all:
Code:
delete from npc_faction_entries;
if you want to remove all of the negative hits:
Code:
delete from npc_faction_entries where value < 0;
govtcheeze
View Public Profile
Send a private message to govtcheeze
Visit govtcheeze's homepage!
Find all posts by govtcheeze