mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-26 05:38:06 +00:00
Add Buff infrastructure to go through different logic paths from different patches (#5073)
This commit is contained in:
+1
-1
@@ -810,7 +810,7 @@ bool Group::DelMember(Mob* oldmember, bool ignoresender)
|
||||
return true;
|
||||
}
|
||||
|
||||
void Group::CastGroupSpell(Mob* caster, uint16 spell_id) {
|
||||
void Group::CastGroupSpell(Mob* caster, int32 spell_id) {
|
||||
uint32 z;
|
||||
float range, distance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user