weapon profiler: add seeker

This commit is contained in:
Rudolf Polzer 2010-07-25 07:57:06 +02:00
parent 5df4279b76
commit 3b54ba8ef7

View File

@ -114,6 +114,7 @@ our %WeaponMap = (
14 => ["Tuba", "tuba"],
15 => ["Camping Rifle", "campingrifle"],
16 => ["Fireball", "fireball"],
17 => ["Seeker", "seeker"],
);
sub weaponid_valid($$)