Jump to content
TrinityCore

badmoon

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by badmoon

  1. First step Take last DB Seconde add Update 2 (only) Third do this query ALTER TABLE `conditions` ADD COLUMN `ErrorType` MEDIUMINT(8) UNSIGNED DEFAULT 0 NOT NULL AFTER `NegativeCondition` START THE SERVER
  2. Same here . Work with this. ALTER TABLE `conditions` ADD COLUMN `ErrorType` MEDIUMINT(8) UNSIGNED DEFAULT 0 NOT NULL AFTER `NegativeCondition`;
×
×
  • Create New...