summaryrefslogtreecommitdiff
path: root/src/account-server
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-09-08 11:53:52 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-09-08 11:53:52 +0200
commitf1b7570131c328fcf549835a435ea6bfb4721721 (patch)
tree61eb61ceb28c45443fb35d50a16445305b8a9e7a /src/account-server
parent434d3f97489094f3f7897bce0942cd3c46483c9f (diff)
downloadmanaserv-f1b7570131c328fcf549835a435ea6bfb4721721.tar.gz
manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.tar.bz2
manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.tar.xz
manaserv-f1b7570131c328fcf549835a435ea6bfb4721721.zip
Removed unused variable
Diffstat (limited to 'src/account-server')
-rw-r--r--src/account-server/storage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index bcfa39f8..91ceec94 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -788,7 +788,6 @@ bool Storage::updateCharacter(CharacterData *character)
const Possessions &poss = character->getPossessions();
const InventoryData &inventoryData = poss.getInventory();
- const EquipData &equipData = poss.getEquipment();
for (InventoryData::const_iterator itemIt = inventoryData.begin(),
j_end = inventoryData.end(); itemIt != j_end; ++itemIt)
{