Block CONCEPTUAL items

This commit is contained in:
Bluzume 2021-11-26 23:17:39 -05:00
parent b097e3a17b
commit 89037e0255

View file

@ -129,7 +129,7 @@ namespace HISP.Game.Items
Item.ItemInformation itm = Items[GameServer.RandomNumberGenerator.Next(0, Items.Length)];
if(!allowQuest)
if (itm.Type == "QUEST")
if (itm.Type == "QUEST" || itm.Type == "CONCEPTUAL")
continue;
return itm;