fix(Scripts/Karazhan): Make Chess door non interactable (#17349)

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
Skjalf
2023-09-25 06:11:27 -03:00
committed by GitHub
parent f0c4ab3c95
commit 6d1517f5e5
2 changed files with 5 additions and 0 deletions

View File

@@ -240,6 +240,9 @@ public:
}
}
break;
case DONE:
HandleGameObject(m_uiGamesmansExitDoor, true);
break;
}
default:
DoRemoveAurasDueToSpellOnPlayers(SPELL_GAME_IN_SESSION);