Arcturus-Community/sqlupdates/2_3_0-RC-2_TO_2_3_0.sql

4 lines
202 B
MySQL
Raw Normal View History

2020-02-04 22:04:41 +01:00
ALTER TABLE `users_pets`
2020-02-05 18:17:51 +01:00
ADD COLUMN `saddle_item_id` int(11) NULL;
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.bot.placement.messages', 'Yo!;Hello I\'m a real party animal!;Hello!');