Fix dragonsoul refinement window not opening

This commit is contained in:
Simone Romano
2026-03-08 19:08:24 +01:00
parent 5a46885c4f
commit b8276c5453

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;
} }