Core/Player: Fix issue reported by static analysis

Coverity defect IDs: 1010154

(cherry picked from commit 63f2675076e96abe9dad04baf1f7310b429d9eae)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
This commit is contained in:
jackpoz
2015-11-23 10:11:54 +01:00
committed by Carbenium
parent 843955b8bf
commit 27e65ad33a
@@ -355,6 +355,8 @@ Player::Player(WorldSession* session) : Unit(true)
SetPendingBind(0, 0);
_activeCheats = CHEAT_NONE;
healthBeforeDuel = 0;
manaBeforeDuel = 0;
_maxPersonalArenaRate = 0;
memset(_voidStorageItems, 0, VOID_STORAGE_MAX_SLOT * sizeof(VoidStorageItem*));