mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
fix(Scripts/Karazhan): Make Chess door non interactable (#17349)
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -240,6 +240,9 @@ public:
|
||||
}
|
||||
}
|
||||
break;
|
||||
case DONE:
|
||||
HandleGameObject(m_uiGamesmansExitDoor, true);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
DoRemoveAurasDueToSpellOnPlayers(SPELL_GAME_IN_SESSION);
|
||||
|
||||
Reference in New Issue
Block a user