PDA

View Full Version : Error with 1723_required_sql_corruption.sql


Huppy
11-27-2010, 10:48 PM
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

Akkadius
11-27-2010, 10:51 PM
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

Huppy
11-27-2010, 11:09 PM
Thank You, That worked, no errors :)