Browse Source

needed for server 1438

wooden 19 years ago
parent
commit
83eb580b6a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      datapack_development/sql/updates/051103-[1438].sql

+ 2 - 0
datapack_development/sql/updates/051103-[1438].sql

@@ -0,0 +1,2 @@
+-- needed only if your charater tables doesn't contains clan_privs already
+ALTER TABLE `characters` ADD `clan_privs` INT DEFAULT '0' NOT NULL ;