View Single Post
  #4  
Old 08-14-2014, 12:00 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Seems like your source is newer than your database, maybe the PEQ Daily Dump you grabbed wasn't updated to when they added a new column to the npc_types table:
Code:
ALTER TABLE `npc_types` ADD `raid_target` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `no_target_hotkey`;
Reply With Quote