From a00394d5d696ac925e8d08a339cd725d05efe0b2 Mon Sep 17 00:00:00 2001 From: celguar Date: Sun, 19 May 2024 20:56:02 +0300 Subject: [PATCH] yse random property for random gear in tbc+ --- playerbot/RandomItemMgr.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/playerbot/RandomItemMgr.cpp b/playerbot/RandomItemMgr.cpp index a41aec1d..7812ab3d 100644 --- a/playerbot/RandomItemMgr.cpp +++ b/playerbot/RandomItemMgr.cpp @@ -1022,15 +1022,6 @@ void RandomItemMgr::BuildItemInfoCache() proto->RequiredCityRank > 0) continue;*/ -#ifndef MANGOSBOT_ZERO - // skip random enchant items - if (proto->RandomProperty) - continue; - - if (proto->RandomSuffix) - continue; -#endif - #ifdef MANGOSBOT_TWO // skip heirloom items if (proto->Quality == ITEM_QUALITY_HEIRLOOM)