Explorar o código

Fixed SQL upgrade upgrade_20211230.sql

Fixes #6432

Thanks to @RagnaWay
Lemongrass3110 %!s(int64=3) %!d(string=hai) anos
pai
achega
bdf568979d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sql-files/upgrades/upgrade_20211230.sql

+ 1 - 1
sql-files/upgrades/upgrade_20211230.sql

@@ -7,5 +7,5 @@ ALTER TABLE `char`
 	ADD COLUMN `crt` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0' AFTER `con`,
 	ADD COLUMN `max_ap` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `sp`,
 	ADD COLUMN `ap` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `max_ap`,
-	ADD COLUMN `trait_point` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `status_point
+	ADD COLUMN `trait_point` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `skill_point`
 ;