summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/struct')
-rw-r--r-- | src/shared/struct/inventory/shr_inventory.erl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/shared/struct/inventory/shr_inventory.erl b/src/shared/struct/inventory/shr_inventory.erl index 5a95842..aafbedf 100644 --- a/src/shared/struct/inventory/shr_inventory.erl +++ b/src/shared/struct/inventory/shr_inventory.erl @@ -382,12 +382,9 @@ ataxia_add_equipment (Eq, Inv) -> { S5Inv, - ataxic:optimize + ataxic:sequence ( - ataxic:sequence - ( - [Ataxic0, Ataxic1, Ataxic2, Ataxic3, Ataxic4 |Ataxic5s] - ) + [Ataxic0, Ataxic1, Ataxic2, Ataxic3, Ataxic4 |Ataxic5s] ) }. |