]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Include mayhem and team mayhem rows in the build.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 8 Apr 2023 21:07:14 +0000 (17:07 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 8 Apr 2023 21:07:14 +0000 (17:07 -0400)
build/build_full.sql

index d74adfccc4a62a797598e225025be0dec6c8b8cf..b48423e8a41f873365471fa16951d6a4dd4033a8 100755 (executable)
@@ -111,6 +111,10 @@ insert into cd_game_type(game_type_cd, descr)
 values('tdm', 'Team Deathmatch');
 insert into cd_game_type(game_type_cd, descr)
 values('duel', 'Duel');
+insert into cd_game_type(game_type_cd, descr)
+values('mayhem', 'Mayhem');
+insert into cd_game_type(game_type_cd, descr)
+values('tmayhem', 'Team Mayhem');
 
 -- weapons
 insert into cd_weapon(weapon_cd, descr) values('laser', 'Laser');