diff --git a/zone/lua_parser.cpp b/zone/lua_parser.cpp index 1b58379bb..201563ec9 100644 --- a/zone/lua_parser.cpp +++ b/zone/lua_parser.cpp @@ -187,6 +187,8 @@ void LuaParser::DoAttack(Mob *self, Mob *other, DamageHitInfo &hit, ExtraAttackO std::string error = lua_tostring(L, -1); AddError(error); } + + } catch (std::exception &ex) { std::string error = "Lua Exception: ";