@@ -400,6 +400,27 @@ INSERT INTO `settings_desc` (`setting`, `description`, `category`) VALUES
400
400
(' players.daily.peak' , ' 1' , NULL ),
401
401
(' players.daily.peak.date' , ' 16-10-2023' , NULL ),
402
402
(' players.online' , ' 1' , NULL ),
403
+ (' poker.announce.rewards' , ' Set if the rewards are announced in the chat' , ' games' ),
404
+ (' poker.announce.rewards.only.in.rooms' , ' Set if the rewards are announced only in rooms' , ' games' ),
405
+ (' poker.announce.winner' , ' Set if the winner are announced' , ' games' ),
406
+ (' poker.announce.winner.only.in.rooms' , ' Set if the winner are announced only in rooms' , ' games' ),
407
+ (' poker.entry.price' , ' Set the value of entry price' , ' games' ),
408
+ (' poker.entry.price.only.in.rooms' , ' Set the value of entry price only in rooms' , ' games' ),
409
+ (' poker.entry.price.redistribute' , ' Set entry price redistribute status as true or false' , ' games' ),
410
+ (' poker.entry.price.redistribute.on.tie' , ' Set entry price redistribute on tie status as true or false' , ' games' ),
411
+ (' poker.entry.price.redistribute.only.in.rooms' , ' Set entry price redistribute only in rooms status as true or false' , ' games' ),
412
+ (' poker.reward.credits.bonus' , ' Set the value of reward credits bonus' , ' games' ),
413
+ (' poker.reward.credits.bonus.on.tie' , ' Set reward credits bonus on tie status as true or false' , ' games' ),
414
+ (' poker.reward.credits.bonus.only.in.rooms' , ' Set the value of reward credits bonus only in rooms' , ' games' ),
415
+ (' poker.reward.min.player' , ' Set the number of players needed to give a reward' , ' games' ),
416
+ (' poker.reward.min.player.only.in.rooms' , ' Set the vale of number of players needed to give a reward only in rooms' , ' games' ),
417
+ (' poker.reward.rares' , ' Set if the rewards include rares as true or false' , ' games' ),
418
+ (' poker.reward.rares.on.tie' , ' Set if the rewards include rares on tie as true or false' , ' games' ),
419
+ (' poker.reward.rares.only.in.rooms' , ' Set the value of rewards include rares only in rooms' , ' games' ),
420
+ (' poker.reward.rares.quantity' , ' Set the quantity of rares are given per reward' , ' games' ),
421
+ (' poker.reward.tickets' , ' Set the quantity of tickets are given per reward' , ' games' ),
422
+ (' poker.reward.tickets.on.tie' , ' Set if the tickes are given in the reward on tie' , ' games' ),
423
+ (' poker.reward.tickets.only.in.rooms' , ' Set if the tickes are given only in rooms' , ' games' ),
403
424
(' profile.editing' , ' Profile editing' , ' miscellaneous' ),
404
425
(' rare.cycle.page.id' , ' Set the ID of the catalogue Rare cycle page' , ' catalogue' ),
405
426
(' rcon.catalogue.refresh.message' , ' Set the default alert message for catalogue update action' , ' housekeeping' ),
@@ -732,7 +753,7 @@ UPDATE `settings` SET
732
753
WHEN ` setting` = ' happy.hour.weekend.start' THEN ' server'
733
754
WHEN ` setting` = ' hk.new.style.enabled' THEN ' housekeeping'
734
755
WHEN ` setting` = ' hk.trusted.person.enabled' THEN ' housekeeping'
735
- WHEN ` setting` = ' hobba.form.lang' THEN ' site'
756
+ WHEN ` setting` = ' hobba.form.lang' THEN ' site'
736
757
WHEN ` setting` = ' homepage.template.file' THEN ' site'
737
758
WHEN ` setting` = ' hot.groups.community.limit' THEN ' site'
738
759
WHEN ` setting` = ' hot.groups.limit' THEN ' site'
@@ -776,12 +797,32 @@ UPDATE `settings` SET
776
797
WHEN ` setting` = ' players.daily.peak' THEN NULL
777
798
WHEN ` setting` = ' players.daily.peak.date' THEN NULL
778
799
WHEN ` setting` = ' players.online' THEN NULL
779
- WHEN ` setting` = ' profile.editing' THEN ' miscellaneous'
800
+ WHEN ` setting` = ' poker.announce.rewards' THEN ' games'
801
+ WHEN ` setting` = ' poker.announce.rewards.only.in.rooms' THEN ' games'
802
+ WHEN ` setting` = ' poker.announce.winner' THEN ' games'
803
+ WHEN ` setting` = ' poker.announce.winner.only.in.rooms' THEN ' games'
804
+ WHEN ` setting` = ' poker.entry.price' THEN ' games'
805
+ WHEN ` setting` = ' poker.entry.price.only.in.rooms' THEN ' games'
806
+ WHEN ` setting` = ' poker.entry.price.redistribute' THEN ' games'
807
+ WHEN ` setting` = ' poker.entry.price.redistribute.on.tie' THEN ' games'
808
+ WHEN ` setting` = ' poker.entry.price.redistribute.only.in.rooms' THEN ' games'
809
+ WHEN ` setting` = ' poker.reward.credits.bonus' THEN ' games'
810
+ WHEN ` setting` = ' poker.reward.credits.bonus.on.tie' THEN ' games'
811
+ WHEN ` setting` = ' poker.reward.credits.bonus.only.in.rooms' THEN ' games'
812
+ WHEN ` setting` = ' poker.reward.min.player' THEN ' games'
813
+ WHEN ` setting` = ' poker.reward.min.player.only.in.rooms' THEN ' games'
814
+ WHEN ` setting` = ' poker.reward.rares' THEN ' games'
815
+ WHEN ` setting` = ' poker.reward.rares.on.tie' THEN ' games'
816
+ WHEN ` setting` = ' poker.reward.rares.only.in.rooms' THEN ' games'
817
+ WHEN ` setting` = ' poker.reward.rares.quantity' THEN ' games'
818
+ WHEN ` setting` = ' poker.reward.tickets' THEN ' games'
819
+ WHEN ` setting` = ' poker.reward.tickets.on.tie' THEN ' games'
820
+ WHEN ` setting` = ' poker.reward.tickets.only.in.rooms' THEN ' games'
780
821
WHEN ` setting` = ' rare.cycle.page.id' THEN ' catalogue'
781
- WHEN ` setting` = ' rcon.catalogue.refresh.message' THEN ' housekeeping'
782
- WHEN ` setting` = ' rcon.cfh.reply.message' THEN ' housekeeping'
783
- WHEN ` setting` = ' rcon.delete.stickie.message' THEN ' housekeeping'
784
- WHEN ` setting` = ' rcon.give.rank.message' THEN ' housekeeping'
822
+ WHEN ` setting` = ' rcon.catalogue.refresh.message' THEN ' housekeeping'
823
+ WHEN ` setting` = ' rcon.cfh.reply.message' THEN ' housekeeping'
824
+ WHEN ` setting` = ' rcon.delete.stickie.message' THEN ' housekeeping'
825
+ WHEN ` setting` = ' rcon.give.rank.message' THEN ' housekeeping'
785
826
WHEN ` setting` = ' rcon.kick.message' THEN ' housekeeping'
786
827
WHEN ` setting` = ' rcon.room.unacceptable.desc' THEN ' housekeeping'
787
828
WHEN ` setting` = ' rcon.room.unacceptable.name' THEN ' housekeeping'
0 commit comments