mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
Prevent uninitialized exception loop in TravelMgr
This commit is contained in:
parent
02478ab6c8
commit
caae7d5ebf
@ -1966,7 +1966,7 @@ void TravelMgr::LoadQuestTravelTable()
|
||||
}
|
||||
else
|
||||
{
|
||||
uint32 objective;
|
||||
uint32 objective = 0;
|
||||
if (flag & (uint32)QuestRelationFlag::objective1)
|
||||
objective = 0;
|
||||
else if (flag & (uint32)QuestRelationFlag::objective2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user