mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Block CONCEPTUAL items
This commit is contained in:
parent
b097e3a17b
commit
89037e0255
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ namespace HISP.Game.Items
|
||||||
Item.ItemInformation itm = Items[GameServer.RandomNumberGenerator.Next(0, Items.Length)];
|
Item.ItemInformation itm = Items[GameServer.RandomNumberGenerator.Next(0, Items.Length)];
|
||||||
|
|
||||||
if(!allowQuest)
|
if(!allowQuest)
|
||||||
if (itm.Type == "QUEST")
|
if (itm.Type == "QUEST" || itm.Type == "CONCEPTUAL")
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
return itm;
|
return itm;
|
||||||
|
|
Loading…
Add table
Reference in a new issue