diff --git a/zone/npc.cpp b/zone/npc.cpp index 73a8542bc..96ae27cc6 100644 --- a/zone/npc.cpp +++ b/zone/npc.cpp @@ -2807,6 +2807,8 @@ float NPC::GetNPCStat(const char *identifier) else if (id == "default_atk") { return default_atk; } + + return 0.0f; } void NPC::LevelScale() {