
Includes walkscript conversion of kRO scripts Thanks to @Asheraf, @Balferian, @JohnnyPlayy, @aleos89, @Atemo, @eppc0330 and @Pokye. Co-authored-by: JohnnyPlayy <lenon32@gmail.com> Co-authored-by: Asheraf <Asheraf@users.noreply.github.com> Co-authored-by: Balferian <balfear@yandex.ru> Co-authored-by: Aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <Atemo@users.noreply.github.com>
8 lines
317 B
SQL
8 lines
317 B
SQL
ALTER TABLE `picklog`
|
|
MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','$','F','Y','Z','Q','H','J','W','0','1','2') NOT NULL default 'P'
|
|
;
|
|
|
|
ALTER TABLE `zenylog`
|
|
MODIFY `type` enum('T','V','P','M','S','N','D','C','A','E','I','B','K','J','X','0','2') NOT NULL default 'S'
|
|
;
|