mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 02:14:32 +07:00
Refactored line order
This commit is contained in:
parent
2d4b2a72a9
commit
caef08f56a
@ -125,9 +125,9 @@ public class ItemData {
|
||||
public void setAlternate(int alternate) {
|
||||
if (this.alternate != alternate) {
|
||||
this.alternate = alternate;
|
||||
updateStats();
|
||||
Item LH = getEquipped(BodyLoc.LARM);
|
||||
Item RH = getEquipped(BodyLoc.RARM);
|
||||
updateStats();
|
||||
notifyAlternated(alternate, LH, RH);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user