From 53435263e1ca0cd3ea4bfa94b7f029b322c0c453 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Wed, 22 Sep 2021 21:38:50 +0200 Subject: [PATCH] fixed build --- src/server/scripts/EasternKingdoms/zone_westfall.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/EasternKingdoms/zone_westfall.cpp b/src/server/scripts/EasternKingdoms/zone_westfall.cpp index b9587b1f729..fb9db1ba3fd 100644 --- a/src/server/scripts/EasternKingdoms/zone_westfall.cpp +++ b/src/server/scripts/EasternKingdoms/zone_westfall.cpp @@ -1524,6 +1524,7 @@ struct npc_westfall_west_plains_drifter : public ScriptedAI } else me->GetMotionMaster()->MoveTargetedHome(); + break; case EVENT_RETURN_TO_HOME: me->GetMotionMaster()->MoveTargetedHome(); break;