Skip to content

Commit

Permalink
Salute animation should not use weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
Takenbacon committed Apr 3, 2013
1 parent f8e3117 commit e814a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character-model.php
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
array('id' => 76, 'key' => 'kiss', 'weapons' => 'no'),
array('id' => 77, 'key' => 'cry', 'weapons' => 'no'),
array('id' => 84, 'key' => 'point', 'weapons' => 'no'),
array('id' => 113, 'key' => 'salute', 'weapons' => 'melee'),
array('id' => 113, 'key' => 'salute', 'weapons' => 'no'),
array('id' => 185, 'key' => 'yes', 'weapons' => 'no'),
array('id' => 186, 'key' => 'no', 'weapons' => 'no'),
array('id' => 195, 'key' => 'train', 'weapons' => 'no'),
Expand Down

0 comments on commit e814a74

Please sign in to comment.