mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 00:41:30 +00:00
Work on lua parser
This commit is contained in:
parent
7606ca2a0c
commit
78a73cab85
@ -187,6 +187,8 @@ void LuaParser::DoAttack(Mob *self, Mob *other, DamageHitInfo &hit, ExtraAttackO
|
|||||||
std::string error = lua_tostring(L, -1);
|
std::string error = lua_tostring(L, -1);
|
||||||
AddError(error);
|
AddError(error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (std::exception &ex) {
|
catch (std::exception &ex) {
|
||||||
std::string error = "Lua Exception: ";
|
std::string error = "Lua Exception: ";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user