Arcturus-Community/sqlupdates/2_3_0-RC-2_TO_2_3_0.sql
2020-02-05 19:17:51 +02:00

4 lines
202 B
SQL

ALTER TABLE `users_pets`
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!');