attackstyles: fix salamander magic attacks

The magic attack style is the defensive option for salamanders but the xp
gained is added to the magic skill entirely.
This commit is contained in:
dekvall
2020-02-19 23:50:31 +01:00
parent 5fc4e1bd69
commit 4433eb384b

View File

@@ -44,7 +44,7 @@ enum WeaponType
TYPE_3(RANGING, RANGING, null, LONGRANGE),
TYPE_4(ACCURATE, AGGRESSIVE, CONTROLLED, DEFENSIVE),
TYPE_5(RANGING, RANGING, null, LONGRANGE),
TYPE_6(AGGRESSIVE, RANGING, DEFENSIVE_CASTING, null),
TYPE_6(AGGRESSIVE, RANGING, CASTING, null),
TYPE_7(RANGING, RANGING, null, LONGRANGE),
TYPE_8(OTHER, AGGRESSIVE, null, null),
TYPE_9(ACCURATE, AGGRESSIVE, CONTROLLED, DEFENSIVE),