From a3ca314c49a9acfd2d27742c7a4998b1fa561c5e Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 28 Aug 2018 16:07:28 +0200 Subject: Converts the weapons, adds glyphs and their boards --- weapon/global.m4.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'weapon/global.m4.conf') diff --git a/weapon/global.m4.conf b/weapon/global.m4.conf index 498ea01..217788b 100644 --- a/weapon/global.m4.conf +++ b/weapon/global.m4.conf @@ -5,8 +5,8 @@ m4_define(`__WEAPON_ERLANG_STYLE',`from_id (`$1') -> { id = $1, name = <<"$2">>, - max_range = $3, - min_range = $4, + min_range = $3, + max_range = $4, attr_mod = $5, stat_mod = $6, atk_mod = $7, @@ -17,8 +17,8 @@ m4_define(`__WEAPON_JSON_STYLE',` { "msg": "add_weapon", "id": $1, "nam": "$2", - "rma": $3, - "rmi": $4, + "rmi": $3, + "rma": $4, "attm": $5, "stam": $6, "atkm": $7, -- cgit v1.2.3-70-g09d2