Skip to content

Commit

Permalink
yse random property for random gear in tbc+
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed May 19, 2024
1 parent ec8bcd4 commit a00394d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions playerbot/RandomItemMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a00394d

Please sign in to comment.