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
|