mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix crash
This commit is contained in:
@@ -5565,6 +5565,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;
|
||||
}
|
||||
@@ -5581,6 +5582,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