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:
@@ -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*));
|
||||
|
||||
Reference in New Issue
Block a user