fix(Scripts/World): Lower engineering specialization swap requirements (#24670)
This commit is contained in:
parent
5b278c7118
commit
1ec68348a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1234,7 +1234,7 @@ public:
|
|||
bool OnGossipHello(Player* player, GameObject* gameobject) override
|
||||
{
|
||||
//ENGINEERING SPEC
|
||||
if (player->HasSkill(SKILL_ENGINEERING) && player->GetBaseSkillValue(SKILL_ENGINEERING) >= 225 && player->GetLevel() >= 35)
|
||||
if (player->HasSkill(SKILL_ENGINEERING) && player->GetBaseSkillValue(SKILL_ENGINEERING) >= 200 && player->GetLevel() >= 30)
|
||||
{
|
||||
if (player->GetQuestRewardStatus(3643) || player->GetQuestRewardStatus(3641) || player->GetQuestRewardStatus(3639))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue