Core/Misc: Fix gcc warnings

This commit is contained in:
Shauren
2021-08-28 16:08:33 +02:00
parent 962f6d7988
commit 8cc418460f
7 changed files with 16 additions and 8 deletions
@@ -1653,6 +1653,8 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
TC_LOG_ERROR("sql.sql", "Entry " SI64FMTD " SourceType %u Event %u Action %u does not specify duration", e.entryOrGuid, e.GetScriptType(), e.event_id, e.GetActionType());
return false;
}
break;
}
case SMART_ACTION_SET_MOVEMENT_SPEED:
{