Explorar o código

New craft item types supported.

Iñigo Valentin %!s(int64=6) %!d(string=hai) anos
pai
achega
b5adf6d544
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),