fix(Scripts/World): Lower engineering specialization swap requirements (#24670)

This commit is contained in:
sogladev
2026-02-10 04:26:37 +01:00
committed by GitHub
parent 5b278c7118
commit 1ec68348a9

View File

@@ -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))
{