mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Update 3_0_0 to 3_0_1.sql
This commit is contained in:
parent
a5d11b98e2
commit
7d8c4747a7
@ -1,4 +1,7 @@
|
||||
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.place.under', '0');
|
||||
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.custom.enabled', '0');
|
||||
|
||||
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
|
||||
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
|
||||
|
||||
-- Enable or Disable TTY in console (Default is enabled)
|
||||
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('console.mode', '0');
|
||||
|
Loading…
Reference in New Issue
Block a user