mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-12 04:29:01 +00:00
Add Buff infrastructure to go through different logic paths from different patches (#5073)
This commit is contained in:
+1
-1
@@ -655,7 +655,7 @@ Client *Raid::GetClientByIndex(uint16 index)
|
||||
return members[index].member;
|
||||
}
|
||||
|
||||
void Raid::CastGroupSpell(Mob* caster, uint16 spellid, uint32 gid)
|
||||
void Raid::CastGroupSpell(Mob* caster, int32 spellid, uint32 gid)
|
||||
{
|
||||
float range, distance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user