aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 2ffc2c3b38c..1e5dcdb343b 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -782,12 +782,6 @@ bool Player::Create(uint32 guidlow, const std::string& name, uint8 race, uint8 c
if (iProto->Stackable < count)
count = iProto->Stackable;
}
- // special amount for daggers
- else if (iProto->Class == ITEM_CLASS_WEAPON && iProto->SubClass == ITEM_SUBCLASS_WEAPON_DAGGER)
- {
- count = 2; // will placed to 2 slots
- }
-
StoreNewItemInBestSlots(item_id, count);
}
}