Jelajahi Sumber

Fixed SQL upgrade upgrade_20211230.sql

Fixes #6432

Thanks to @RagnaWay
Lemongrass3110 3 tahun lalu
induk
melakukan
bdf568979d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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`
 ;