mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Give pets 30 buff because that's what they got
This commit is contained in:
+2
-2
@@ -5368,8 +5368,8 @@ void Mob::SendPetBuffsToClient()
|
||||
|
||||
int MaxSlots = GetMaxTotalSlots();
|
||||
|
||||
if(MaxSlots > BUFF_COUNT)
|
||||
MaxSlots = BUFF_COUNT;
|
||||
if(MaxSlots > PET_BUFF_COUNT)
|
||||
MaxSlots = PET_BUFF_COUNT;
|
||||
|
||||
for(int buffslot = 0; buffslot < MaxSlots; buffslot++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user