Revert "Spell Fizzle for < LDON expansions via lua_mod (#1118)"

This reverts commit e9d312fa86.
This commit is contained in:
Akkadius
2020-10-25 23:48:57 -05:00
parent 62efae2e00
commit ee7ef97506
8 changed files with 0 additions and 259 deletions
-9
View File
@@ -1377,13 +1377,4 @@ uint32 LuaParser::GetExperienceForKill(Client *self, Mob *against, bool &ignoreD
return retval;
}
bool LuaParser::CheckFizzle(Client *self, uint16 &spell_id, SPDat_Spell_Struct spell_struct, bool &ignoreDefault)
{
bool retValue = false;
for (auto &mod : mods_) {
mod.CheckFizzle(self, spell_id, spell_struct, retValue, ignoreDefault);
}
return retValue;
}
#endif