Playerbot: crashfix

This commit is contained in:
Olion 2017-09-09 00:04:18 +03:00 committed by MadMax
parent 1c68b0550a
commit 5a15a75aa1

View File

@ -35,7 +35,6 @@ bool QueryItemUsageAction::Execute(Event event)
data >> suffixFactor;
data >> itemRandomPropertyId;
data >> count;
data >> invCount;
ItemPrototype const *item = sItemStorage.LookupEntry<ItemPrototype>(itemId);
if (!item)