titles_updates_dec12_2020.sql 490 B

1234567
  1. update commands set handler=286 where command='title' and subcommand='list';
  2. update commands set handler=287 where command='title' and subcommand='setprefix';
  3. update commands set handler=288 where command='title' and subcommand='setsuffix';
  4. update commands set handler=289 where command='title' and subcommand='fix';
  5. alter table character_details modify column prefix_title int(10) not null default -1;
  6. alter table character_details modify column suffix_title int(10) not null default -1;