Browse Source

Titles DB update to fix commands and increase available title options

Image 3 năm trước cách đây
mục cha
commit
1ee2f8c4d0
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      DB/updates/titles_updates_dec12_2020.sql

+ 7 - 0
DB/updates/titles_updates_dec12_2020.sql

@@ -0,0 +1,7 @@
+update commands set handler=286 where command='title' and subcommand='list';
+update commands set handler=287 where command='title' and subcommand='setprefix';
+update commands set handler=288 where command='title' and subcommand='setsuffix';
+update commands set handler=289 where command='title' and subcommand='fix';
+
+alter table character_details modify column prefix_title int(10) not null default -1;
+alter table character_details modify column suffix_title int(10) not null default -1;