summaryrefslogtreecommitdiff
path: root/src/game-server/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/inventory.cpp')
-rw-r--r--src/game-server/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/inventory.cpp b/src/game-server/inventory.cpp
index b90354b7..33f09264 100644
--- a/src/game-server/inventory.cpp
+++ b/src/game-server/inventory.cpp
@@ -680,7 +680,7 @@ void Inventory::changeEquipment(int slot, int itemId)
mChangedLook = true;
//mark evade as modified because it depends on equipment weight
- mClient->modifiedAttribute(BASE_ATTR_EVADE);
+ mClient->updateDerivedAttributes(BASE_ATTR_EVADE);
}
void Inventory::equip(int slot)