View Single Post
03/21/19, 11:02 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
Wow, please resize the image and reupload + change your post. Takes hours to load it...

He is talking about the following option:
Interface - Compass Quest Givers

Edit:
Try this script ingame in your chat edit field and press return key:

Enable = 1, Disable = 0
/script SetSetting(SETTING_TYPE_UI, UI_SETTING_SHOW_QUEST_BESTOWER_INDICATORS, "0")

Change the "0" to "1" to enable it again.

Or this one:
/script SetSetting(SETTING_TYPE_UI, UI_SETTING_COMPASS_QUEST_GIVERS, "0")

Change the "0" to "1" to enable it again.

Last edited by Baertram : 03/21/19 at 11:12 AM.
  Reply With Quote