Merge pull request #92 from SunTrustDev/bugfix/dragonsoul-refinement

Fix dragonsoul refinement window not opening
This commit is contained in:
d1str4ught
2026-03-09 00:44:14 +01:00
committed by GitHub

View File

@@ -19,9 +19,9 @@ namespace quest
return 0; return 0;
} }
if (ch->DragonSoul_IsQualified()) if (!ch->DragonSoul_IsQualified())
{ {
sys_err("DS_QUEST_OPEN_REFINE_WINDOW:: ALREADY QUALIFIED"); sys_err("DS_QUEST_OPEN_REFINE_WINDOW:: NOT QUALIFIED");
return 0; return 0;
} }