fix: remove depot chest check #3217
Annotations
4 warnings
[cppcheck] src/creatures/combat/condition.cpp#L2276:
src/creatures/combat/condition.cpp#L2276
Variable 'lookType' is assigned a value that is never used.
|
[cppcheck] src/creatures/combat/condition.cpp#L2311:
src/creatures/combat/condition.cpp#L2311
Variable 'lookType' is assigned a value that is never used.
|
[cppcheck] src/io/functions/iologindata_load_player.cpp#L269:
src/io/functions/iologindata_load_player.cpp#L269
Variable 'familiarType' is assigned a value that is never used.
|
[cppcheck] src/server/network/protocol/protocolgame.cpp#L4486:
src/server/network/protocol/protocolgame.cpp#L4486
Found a exit path from function with non-void return type that has missing return statement
|