View Single Post
  #6  
Old 03-08-2012, 08:49 PM
ProSkeptic
Fire Beetle
 
Join Date: Feb 2012
Location: New York and Charlotte
Posts: 17
Default

True, regarding the drop statements.

The update only mucks with the group-leaders. I reloaded the db and re-ran it (that following update 2104).

ALTER TABLE `group_leaders` ADD COLUMN `maintank` VARCHAR(64) NOT NULL DEFAULT '' AFTER `leadershipaa`;
ALTER TABLE `group_leaders` ADD COLUMN `puller` VARCHAR(64) NOT NULL DEFAULT '' AFTER `assist`;

But it didn't seem to affect the problem with a character death restarting the zone.

Should there be a place I can look? Can I activate more debugging info? Is there a log that might have more relevant information?
Reply With Quote