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
@@ -92,7 +92,7 @@ int16 Perl_Buff_GetRootBreakChance(Buffs_Struct* self)
|
||||
return self->RootBreakChance;
|
||||
}
|
||||
|
||||
uint16 Perl_Buff_GetSpellID(Buffs_Struct* self)
|
||||
int32 Perl_Buff_GetSpellID(Buffs_Struct* self)
|
||||
{
|
||||
return self->spellid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user