Core/PacketIO: Updated packet structures to 8.1.5
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/31fda79556e55375962a3c9e46f6dbdbf6e90d18
This commit is contained in:
@@ -1481,9 +1481,6 @@ namespace Game.Entities
|
||||
|
||||
static bool HasStats(ItemInstance itemInstance, BonusData bonus)
|
||||
{
|
||||
if (itemInstance.RandomPropertiesID != 0)
|
||||
return true;
|
||||
|
||||
for (byte i = 0; i < ItemConst.MaxStats; ++i)
|
||||
{
|
||||
if (bonus.ItemStatAllocation[i] != 0)
|
||||
|
||||
Reference in New Issue
Block a user