mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 21:02:26 +00:00
commit
53c124526c
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 12/16/2013 ==
|
||||||
|
Kayen: Fix to SE_BlockNextSpellFocus to make it functional again.
|
||||||
|
|
||||||
== 12/15/2013 ==
|
== 12/15/2013 ==
|
||||||
demonstar55: Moved the blocked buff check down so we get spell effects like on live
|
demonstar55: Moved the blocked buff check down so we get spell effects like on live
|
||||||
Kayen: Implemented SE_ReduceHealing (Reduces amount of healing on target by X amount)
|
Kayen: Implemented SE_ReduceHealing (Reduces amount of healing on target by X amount)
|
||||||
|
|||||||
@ -2680,7 +2680,8 @@ uint8 Mob::IsFocusEffect(uint16 spell_id,int effect_index, bool AA,uint32 aa_eff
|
|||||||
case SE_SpellVulnerability:
|
case SE_SpellVulnerability:
|
||||||
return focusSpellVulnerability;
|
return focusSpellVulnerability;
|
||||||
case SE_BlockNextSpellFocus:
|
case SE_BlockNextSpellFocus:
|
||||||
return focusBlockNextSpell;
|
//return focusBlockNextSpell;
|
||||||
|
return 0; //This is calculated as an actual bonus
|
||||||
case SE_Twincast:
|
case SE_Twincast:
|
||||||
return focusTwincast;
|
return focusTwincast;
|
||||||
case SE_SympatheticProc:
|
case SE_SympatheticProc:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user