mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fallthroughs (#25054)
Related: #25006
(cherry picked from commit 85b5b842ca)
This commit is contained in:
committed by
Shauren
parent
fda8a09766
commit
ad340466d0
@@ -2214,7 +2214,6 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
|
||||
}
|
||||
break;
|
||||
}
|
||||
/* fallthrough */
|
||||
case SMART_ACTION_SET_CORPSE_DELAY:
|
||||
{
|
||||
for (WorldObject* const target : targets)
|
||||
|
||||
Reference in New Issue
Block a user