From 5a15a75aa1379a47f812639b2d4be3c20cb9e488 Mon Sep 17 00:00:00 2001 From: Olion Date: Sat, 9 Sep 2017 00:04:18 +0300 Subject: [PATCH] Playerbot: crashfix --- .../Bots/playerbot/strategy/actions/QueryItemUsageAction.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/Bots/playerbot/strategy/actions/QueryItemUsageAction.cpp b/src/modules/Bots/playerbot/strategy/actions/QueryItemUsageAction.cpp index 5d2b1660..3b9ff289 100644 --- a/src/modules/Bots/playerbot/strategy/actions/QueryItemUsageAction.cpp +++ b/src/modules/Bots/playerbot/strategy/actions/QueryItemUsageAction.cpp @@ -35,7 +35,6 @@ bool QueryItemUsageAction::Execute(Event event) data >> suffixFactor; data >> itemRandomPropertyId; data >> count; - data >> invCount; ItemPrototype const *item = sItemStorage.LookupEntry(itemId); if (!item)