summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/reply/shr_add_weapon.erl')
-rw-r--r--src/shared/reply/shr_add_weapon.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/reply/shr_add_weapon.erl b/src/shared/reply/shr_add_weapon.erl
index bd8dfb5..9c562cc 100644
--- a/src/shared/reply/shr_add_weapon.erl
+++ b/src/shared/reply/shr_add_weapon.erl
@@ -20,7 +20,7 @@
generate (Weapon) ->
{
[
- {<<"msg">>, <<"add_weapon">>},
+ {<<"msg">>, <<"acds_weapon">>},
{<<"id">>, shr_weapon:get_id(Weapon)},
{<<"nam">>, shr_weapon:get_name(Weapon)},
{<<"rmi">>, shr_weapon:get_minimum_range(Weapon)},