Script/Westfall: Add missing breaks

This commit is contained in:
funjoker
2021-07-08 22:51:51 +02:00
parent 585a6e89a2
commit 74f451941c

View File

@@ -1415,6 +1415,7 @@ struct npc_westfall_homless_stormwind_citizen : public ScriptedAI
case EVENT_RETURN_TO_HOME:
{
me->GetMotionMaster()->MoveTargetedHome();
break;
}
default:
break;
@@ -1525,6 +1526,7 @@ struct npc_westfall_west_plains_drifter : public ScriptedAI
case EVENT_RETURN_TO_HOME:
{
me->GetMotionMaster()->MoveTargetedHome();
break;
}
default:
break;