Explorar el Código

Fixed SQL upgrade upgrade_20211230.sql

Fixes #6432

Thanks to @RagnaWay
Lemongrass3110 hace 3 años
padre
commit
bdf568979d
Se han modificado 1 ficheros con 1 adiciones y 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`
 ;