What's new

[Quest] Demonic Thieves [OPTIONAL]

stinkyjoint

Gold Supporter
Veteran Member
37
2017
0
According to Zygor Guides for 4.3.4 the quest Demonic Thieves should be available at level 2, not level 3

but according to WoWHead it is a level 3 quest.

this fix is if you want people who use zygor guides to be able to follow there guide correctly

update to fix accordingly.

Code:
UPDATE `quest_template` SET `Level`='2' WHERE  `Id`=28715;
 

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
https://cata-twinhead.twinstar.cz/?quest=28715
I'm looking at the quest in Truice, And it shows MinLevel as 1, Which should make it show up to a player.
This is the Trinitycore definition of Level,
Level of quest. Player receives full experience amount only if their level is less than or equal to Level+5. If Level is set to -1, the player's level will be used as (Quest)Level for the experience calculation.
Also I think it helps the client calculate the color of the quest in your quest list. Red is too high ect.
 
Top