View Single Post
  #2  
Old 03-16-2014, 02:20 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Question 1: Yes, it would, that's why the repository has SQL updates for new columns, etc.

Question 2: Yes, run a query in Navicat of HeidiSQL, code below.

Code:
UPDATE npc_types SET hp = (hp + (level * 4));
Reply With Quote