mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
Add Buff infrastructure to go through different logic paths from different patches (#5073)
This commit is contained in:
+1
-1
@@ -800,7 +800,7 @@ int HateList::AreaRampage(Mob *caster, Mob *target, int count, ExtraAttackOption
|
||||
return hit_count;
|
||||
}
|
||||
|
||||
void HateList::SpellCast(Mob *caster, uint32 spell_id, float range, Mob* ae_center)
|
||||
void HateList::SpellCast(Mob *caster, int32 spell_id, float range, Mob* ae_center)
|
||||
{
|
||||
if (!caster)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user