mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Work on lua parser
This commit is contained in:
@@ -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: ";
|
||||
|
||||
Reference in New Issue
Block a user