Core/Spells: Removed extra health from feed pet
Port From (https://github.com/TrinityCore/TrinityCore/commit/60df74933f0bf75865ba963b33c2c1bdd9cdefbd)
This commit is contained in:
@@ -57,6 +57,7 @@ namespace System.Collections.Generic
|
||||
{
|
||||
if (Count >= _limit)
|
||||
throw new InternalBufferOverflowException("Attempted to read more array elements from packet " + Count + 1 + " than allowed " + _limit);
|
||||
|
||||
Insert(index, value);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user