Arcturus-Community/sqlupdates/1_16_0_TO_2_0_0.sql
KrewsOrg 6f24103528 Fixed dismounting.
Added `hotel.room.wired.norules` which is disabled by default, which will allow you to use wired to place furniture under users.
2019-05-01 00:59:25 +01:00

4 lines
1.3 KiB
SQL

#DATABASE UPDATE: 1.16.0 -> 2.0.0
INSERT INTO `catalog_pages`(`id`, `parent_id`, `caption_save`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `includes`, `room_id`) VALUES (null, null, 'guilds_forum', 'Group Forums', 1, 27181, '1', '1', 1, '0', 2, 'guild_forum', 'catalog_groups_en', 'catalog_groupsteaser_en', '', 'Group Forums are finally here at NextGenHabbo.com! Buy a terminal and chat to your groups!', '', '<b><font color=\"#0E3F52\" size=\"16\">What are Group Forums?</font></b><br><br>Forums allow you to effortlessly post, comment and discuss topics freely, without even leaving the hotel!<br><br><b><font color=\"#0E3F52\" size=\"16\">Who can start a forum?</font></b><br><br>Only a group owner can start a forum for their group.<br><br><b><font color=\"#0E3F52\" size=\"16\">Do I need a Forum Terminal?</font></b><br><br>Yes - In order to start a group forum the group owner must first purchase a forum terminal for the group.<br><br>Please note, we will continue to provide bug fixes with terminals in the near future!', '', '0', '', 0);
#END DATABASE UPDATE: 1.16.0 -> 2.0.0