warrax 19 years ago
parent
commit
c4e5173609
1 changed files with 1 additions and 1 deletions
  1. 1 1
      datapack_development/sql/updates/051104-[1447].sql

+ 1 - 1
datapack_development/sql/updates/051104-[1447].sql

@@ -1,2 +1,2 @@
 -- needed only if your charater tables doesn't contains 'wantspeace' already
-alter table characters add column wantspeace decimal(1,0) DEFAULT 0;
+alter table `characters` add column `wantspeace` decimal(1,0) DEFAULT 0;