mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Fixed the buff database entries and updated database migrations (#5076)
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ bool Lua_Buff::IsCasterClient()
|
||||
bool Lua_Buff::IsPersistentBuff()
|
||||
{
|
||||
Lua_Safe_Call_Bool();
|
||||
return self->persistant_buff;
|
||||
return self->persistent_buff;
|
||||
}
|
||||
|
||||
bool Lua_Buff::SendsClientUpdate()
|
||||
|
||||
Reference in New Issue
Block a user