Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns a table containing information on the requested mission.

table = C_Garrison.GetBasicMissionInfo(missionID)

Arguments[]

missionID
number

Returns[]

A table containing information on the requested mission: Example answer here: C_Garrison.GetBasicMissionInfo(165)

{
 description="Energy-siphoning water spirits are giving our spellcasters fits. Time to bring in reinforcements.",
 cost=10,
 duration="2 hr",
 durationSeconds=7200,
 level=98,
 type="Combat",
 locPrefix="GarrMissionLocation-Nagrand",
 rewards={
   [527]={
     title="Bonus Follower XP",
     followerXP=900,
     tooltip="+900 XP",
     icon="Interface\\Icons\\XPBonus_Icon",
     name="+900 XP"
   }
 },
 numRewards=1,
 numFollowers=1,
 state=-2,
 iLevel=0,
 name="Surge Protection",
 followers={
 },
 location="Nagrand",
 isRare=false,
 typeAtlas="GarrMission_MissionIcon-Combat",
 missionID=165
}

Patch changes[]

Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

Advertisement