mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Spells] Update to SPA 442 and 443 (SE_TriggerOnReqTarget, SE_TriggerOnReqCaster) (#1543)
* Update to SPA 442 and 443 Use SpellRestriction Id's and updated PassCastRestriction code * Update mob.cpp
This commit is contained in:
@@ -987,7 +987,7 @@ int32 Lua_StatBonuses::GetShieldEquipDmgMod() const {
|
||||
|
||||
bool Lua_StatBonuses::GetTriggerOnValueAmount() const {
|
||||
Lua_Safe_Call_Bool();
|
||||
return self->TriggerOnValueAmount;
|
||||
return self->TriggerOnCastRequirement;
|
||||
}
|
||||
|
||||
int8 Lua_StatBonuses::GetStunBashChance() const {
|
||||
|
||||
Reference in New Issue
Block a user