summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/reply/shr_add_armor.erl')
-rw-r--r--src/shared/reply/shr_add_armor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/reply/shr_add_armor.erl b/src/shared/reply/shr_add_armor.erl
index e4a97b0..5bd7467 100644
--- a/src/shared/reply/shr_add_armor.erl
+++ b/src/shared/reply/shr_add_armor.erl
@@ -20,7 +20,7 @@
generate (Armor) ->
{
[
- {<<"msg">>, <<"add_armor">>},
+ {<<"msg">>, <<"acds_armor">>},
{<<"id">>, shr_armor:get_id(Armor)},
{<<"nam">>, shr_armor:get_name(Armor)},
{<<"omni">>, shr_omnimods:encode(shr_armor:get_omnimods(Armor))}