mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Update to focus SE_BlockNextSpell (#1479)
Minor code changes to make the focus be checked consistent with how all other focuses are checked. No change in functionality.
This commit is contained in:
@@ -677,7 +677,7 @@ int Lua_StatBonuses::GetXPRateMod() const {
|
||||
|
||||
bool Lua_StatBonuses::GetBlockNextSpell() const {
|
||||
Lua_Safe_Call_Bool();
|
||||
return self->BlockNextSpell;
|
||||
//return self->BlockNextSpell; bonus no longer used due to effect being a focus
|
||||
}
|
||||
|
||||
bool Lua_StatBonuses::GetImmuneToFlee() const {
|
||||
|
||||
Reference in New Issue
Block a user