mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 15:08:22 +00:00
Fixed the buff database entries and updated database migrations (#5076)
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ bool Perl_Buff_IsCasterClient(Buffs_Struct* self)
|
||||
|
||||
bool Perl_Buff_IsPersistentBuff(Buffs_Struct* self)
|
||||
{
|
||||
return self->persistant_buff;
|
||||
return self->persistent_buff;
|
||||
}
|
||||
|
||||
bool Perl_Buff_SendsClientUpdate(Buffs_Struct* self)
|
||||
|
||||
Reference in New Issue
Block a user