]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Update the RPC with what it stands for. 1/head
authorAnt Zucaro <azucaro@gmail.com>
Sat, 24 Aug 2019 11:53:14 +0000 (07:53 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 24 Aug 2019 11:53:14 +0000 (07:53 -0400)
build/build_full.sql

index 234249031e3b5b151b96c39ccbc91e01e59a0a89..16016196343f9883a38917cfcddc2ab8fa988dd6 100755 (executable)
@@ -138,7 +138,7 @@ insert into cd_weapon(weapon_cd, descr) values('okhmg', 'Overkill Heavy Machine
 insert into cd_weapon(weapon_cd, descr) values('oknex', 'Overkill Nex');
 insert into cd_weapon(weapon_cd, descr) values('okshotgun', 'Overkill Shotgun');
 insert into cd_weapon(weapon_cd, descr) values('okmachinegun', 'Overkill Machine Gun');
-insert into cd_weapon(weapon_cd, descr) values('okrpc', 'Overkill RPC');
+insert into cd_weapon(weapon_cd, descr) values('okrpc', 'Overkill Rocket-Propelled Chainsaw');
 
 -- achievements
 insert into cd_achievement(achievement_cd, descr, active_ind)