mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Add Buff infrastructure to go through different logic paths from different patches (#5073)
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ int16 Lua_Buff::GetRootBreakChance()
|
||||
return self->RootBreakChance;
|
||||
}
|
||||
|
||||
uint16 Lua_Buff::GetSpellID()
|
||||
int32 Lua_Buff::GetSpellID()
|
||||
{
|
||||
Lua_Safe_Call_Int();
|
||||
return self->spellid;
|
||||
|
||||
Reference in New Issue
Block a user