Revert "Revert "Build System Updated""

This commit is contained in:
Alex
2019-10-13 18:49:16 -07:00
committed by GitHub
parent 7edfdbd9db
commit 058a722569
191 changed files with 10469 additions and 14086 deletions
+2 -2
View File
@@ -1300,8 +1300,6 @@ QuestEventID LuaParser::ConvertLuaEvent(QuestEventID evt) {
}
}
#endif
void LuaParser::MeleeMitigation(Mob *self, Mob *attacker, DamageHitInfo &hit, ExtraAttackOptions *opts, bool &ignoreDefault)
{
for (auto &mod : mods_) {
@@ -1374,3 +1372,5 @@ uint32 LuaParser::GetExperienceForKill(Client *self, Mob *against, bool &ignoreD
}
return retval;
}
#endif