]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add the Arc to the weapons table.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 22 Apr 2015 00:54:15 +0000 (20:54 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 22 Apr 2015 00:54:15 +0000 (20:54 -0400)
build/build_full.sql

index 56ef5f27a4efae481ed2595651b8e422bdbbe9e9..881518695285e9955531f26d4d4f8347233acdf8 100755 (executable)
@@ -117,6 +117,7 @@ insert into cd_weapon(weapon_cd, descr) values('machinegun', 'Machine Gun');
 insert into cd_weapon(weapon_cd, descr) values('mortar', 'Mortar');
 insert into cd_weapon(weapon_cd, descr) values('vaporizer', 'Vaporizer');
 insert into cd_weapon(weapon_cd, descr) values('vortex', 'Vortex');
+insert into cd_weapon(weapon_cd, descr) values('arc', 'Arc');
 
 -- achievements
 insert into cd_achievement(achievement_cd, descr, active_ind)