View Single Post
  #2  
Old 11-27-2010, 10:51 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Huppy View Post
I was installing the sql updates (1711 thu 1747) and got this
error with the 1723:
(I don't have bots installed on server either), so not sure if it matters.

[Err] 1146 - Table 'peq.botbuffs' doesn't exist
[Err] ALTER TABLE `botbuffs` ADD COLUMN `CorruptionCounters` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `CurseCounters`;
[Msg] Finished - Unsuccessfully
Remove the first two lines that mention bots, you just want the ALTER TABLE `npc_types` statement
Reply With Quote