mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Merge pull request #30 from qudzy/contribution
Exception prevention during debug and minor spelling corrections
This commit is contained in:
@@ -1966,7 +1966,7 @@ void TravelMgr::LoadQuestTravelTable()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
uint32 objective;
|
uint32 objective = 0;
|
||||||
if (flag & (uint32)QuestRelationFlag::objective1)
|
if (flag & (uint32)QuestRelationFlag::objective1)
|
||||||
objective = 0;
|
objective = 0;
|
||||||
else if (flag & (uint32)QuestRelationFlag::objective2)
|
else if (flag & (uint32)QuestRelationFlag::objective2)
|
||||||
|
|||||||
@@ -50,18 +50,18 @@ void SuggestWhatToDoAction::instance()
|
|||||||
instances["Gnomeregan"] = 35;
|
instances["Gnomeregan"] = 35;
|
||||||
instances["Razorfen Kraul"] = 35;
|
instances["Razorfen Kraul"] = 35;
|
||||||
instances["Maraudon"] = 50;
|
instances["Maraudon"] = 50;
|
||||||
instances["Scarlet Monestery"] = 40;
|
instances["Scarlet Monastery"] = 40;
|
||||||
instances["Uldaman"] = 45;
|
instances["Uldaman"] = 45;
|
||||||
instances["Dire Maul"] = 58;
|
instances["Dire Maul"] = 58;
|
||||||
instances["Scholomance"] = 59;
|
instances["Scholomance"] = 59;
|
||||||
instances["Razorfen Downs"] = 40;
|
instances["Razorfen Downs"] = 40;
|
||||||
instances["Strathholme"] = 59;
|
instances["Stratholme"] = 59;
|
||||||
instances["Zul'Farrak"] = 45;
|
instances["Zul'Farrak"] = 45;
|
||||||
instances["Blackrock Depths"] = 55;
|
instances["Blackrock Depths"] = 55;
|
||||||
instances["Temple of Atal'Hakkar"] = 55;
|
instances["Temple of Atal'Hakkar"] = 55;
|
||||||
instances["Lower Blackrock Spire"] = 57;
|
instances["Lower Blackrock Spire"] = 57;
|
||||||
|
|
||||||
instances["Hellfire Citidel"] = 65;
|
instances["Hellfire Citadel"] = 65;
|
||||||
instances["Coilfang Reservoir"] = 65;
|
instances["Coilfang Reservoir"] = 65;
|
||||||
instances["Auchindoun"] = 65;
|
instances["Auchindoun"] = 65;
|
||||||
instances["Cavens of Time"] = 68;
|
instances["Cavens of Time"] = 68;
|
||||||
|
|||||||
Reference in New Issue
Block a user