[Bug Fix] Lua GetBlockNextSpell() no return. (#2151)

- No return value.
This commit is contained in:
Kinglykrab 2022-05-07 06:01:22 -04:00 committed by GitHub
parent 7df9b2974b
commit 10ae4ea8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,7 @@ int Lua_StatBonuses::GetXPRateMod() const {
bool Lua_StatBonuses::GetBlockNextSpell() const { bool Lua_StatBonuses::GetBlockNextSpell() const {
Lua_Safe_Call_Bool(); Lua_Safe_Call_Bool();
//return self->BlockNextSpell; bonus no longer used due to effect being a focus return false; // Bonus no longer used due to effect being a focus
} }
bool Lua_StatBonuses::GetImmuneToFlee() const { bool Lua_StatBonuses::GetImmuneToFlee() const {