summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'weapon/global.m4.conf')
-rw-r--r--weapon/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/weapon/global.m4.conf b/weapon/global.m4.conf
index 5d2f473..2bd8bcc 100644
--- a/weapon/global.m4.conf
+++ b/weapon/global.m4.conf
@@ -12,8 +12,8 @@ m4_define(`__WEAPON_ERLANG_STYLE',`from_id (`$1') ->
{
id = $1,
name = <<"$2">>,
- min_range = $3,
- max_range = $4,
+ range_min = $3,
+ range_max = $4,
omnimods = __OMNIMODS($5, $6, $7, $8)
};
')m4_dnl