Fixed some errors from analyzer
This commit is contained in:
@@ -164,9 +164,6 @@ namespace Game.Entities
|
||||
if (eventList.Empty())
|
||||
return;
|
||||
|
||||
if (eventList.Empty())
|
||||
return;
|
||||
|
||||
foreach (uint questId in eventList)
|
||||
{
|
||||
uint questBit = Global.DB2Mgr.GetQuestUniqueBitFlag(questId);
|
||||
|
||||
Reference in New Issue
Block a user