mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
[Bug Fix] Lua GetBlockNextSpell() no return. (#2151)
- No return value.
This commit is contained in:
parent
7df9b2974b
commit
10ae4ea8f6
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user