Parcourir la source

New craft item types supported.

Iñigo Valentin il y a 6 ans
Parent
commit
b5adf6d544
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      install_data/install_data.sql

+ 1 - 1
install_data/install_data.sql

@@ -149,7 +149,7 @@ CREATE TABLE guild_member(
 CREATE TABLE rune_craft(
     uid INT NOT NULL REFERENCES player(id),
     id INT NOT NULL PRIMARY KEY,
-    type INT NOT NULL CHECK(type BETWEEN 1 AND 4),
+    type INT NOT NULL,
     quality INT NOT NULL REFERENCES k_quality(id),
     rune INT NOT NULL REFERENCES k_rune_set(id),
     stat INT NOT NULL REFERENCES k_rune_stat(id),