From: Ant Zucaro Date: Wed, 22 Apr 2015 00:54:15 +0000 (-0400) Subject: Add the Arc to the weapons table. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d44a2fd01607540b0c3435a0be643ebd1139080;p=xonotic%2Fxonstatdb.git Add the Arc to the weapons table. --- diff --git a/build/build_full.sql b/build/build_full.sql index 56ef5f2..8815186 100755 --- a/build/build_full.sql +++ b/build/build_full.sql @@ -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)