View Single Post
  #3  
Old 09-11-2009, 07:08 PM
Davood
Discordant
 
Join Date: Jan 2005
Posts: 488
Default

UPDATE npc_types SET min_damage = min_damage * 1.5 WHERE min_damage > 0
UPDATE npc_types SET max_damage = max_damage * 1.5 WHERE max_damage > 0

that will increase min and max damage by 1.5 (50%) for all records in npc_types

obviously you can modify that to your desires
__________________
----------
Demon Overlord of Alakamin
skype @ davoodinator
Reply With Quote