mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Merge branch 'master' into eqstream
This commit is contained in:
@@ -5566,6 +5566,7 @@ void Client::InitializeBuffSlots()
|
||||
for(int x = 0; x < max_slots; ++x)
|
||||
{
|
||||
buffs[x].spellid = SPELL_UNKNOWN;
|
||||
buffs[x].UpdateClient = false;
|
||||
}
|
||||
current_buff_count = 0;
|
||||
}
|
||||
@@ -5582,6 +5583,7 @@ void NPC::InitializeBuffSlots()
|
||||
for(int x = 0; x < max_slots; ++x)
|
||||
{
|
||||
buffs[x].spellid = SPELL_UNKNOWN;
|
||||
buffs[x].UpdateClient = false;
|
||||
}
|
||||
current_buff_count = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user